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
|
||||
|
||||
on: [push]
|
||||
on: [ push ]
|
||||
|
||||
env:
|
||||
CI: ON
|
||||
@@ -8,9 +8,10 @@ env:
|
||||
# Allow workflow to be manually run from the Gitea UI
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
build_and_push:
|
||||
runs-on: act-runner-label
|
||||
runs-on: docker
|
||||
name: Builds the image and publishes to docker hub
|
||||
container:
|
||||
image: harbor.avroid.tech/docker-hub-proxy/catthehacker/ubuntu:act-latest
|
||||
|
||||
Reference in New Issue
Block a user