removed blocking attriubute
Some checks failed
Build docker image / push (push) Failing after 3m22s

This commit is contained in:
Hendrik Behme 2024-08-08 01:47:52 +02:00
parent a9956c194b
commit e30cde2a0b

View File

@ -5,7 +5,6 @@ on: [ push ]
jobs: jobs:
push: push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build
if: gitea.ref == 'refs/heads/master' if: gitea.ref == 'refs/heads/master'
steps: steps:
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4