Update build.yml

test pushing directly to docker
This commit is contained in:
JB
2023-09-28 22:29:32 +01:00
committed by GitHub
parent bb5fc40fe4
commit a3fe5d4729

View File

@@ -42,7 +42,6 @@ jobs:
docker:
runs-on: ubuntu-latest
needs: build
if: startsWith(github.ref, 'refs/tags')
steps:
- name: Checkout
uses: actions/checkout@v4