Merge pull request '[DO-1617] fix gitea action' (#2) from feature/DO-1617/start into master
Reviewed-on: https://git.avroid.tech/Docker/vault/pulls/2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: Build and publish docker image
|
name: Build and publish docker image
|
||||||
|
|
||||||
on: [push]
|
on: [ push ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: ON
|
CI: ON
|
||||||
@@ -8,9 +8,10 @@ env:
|
|||||||
# Allow workflow to be manually run from the Gitea UI
|
# Allow workflow to be manually run from the Gitea UI
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
runs-on: act-runner-label
|
runs-on: docker
|
||||||
name: Builds the image and publishes to docker hub
|
name: Builds the image and publishes to docker hub
|
||||||
container:
|
container:
|
||||||
image: harbor.avroid.tech/docker-hub-proxy/catthehacker/ubuntu:act-latest
|
image: harbor.avroid.tech/docker-hub-proxy/catthehacker/ubuntu:act-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user