[DO-1617] fix gitea action
This commit is contained in:
@@ -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