Merge pull request #12 from lyuboangelov/feature/add-workflow

fix pipeline
This commit is contained in:
Lyuboslav Angelov 2023-11-13 22:53:32 +02:00 committed by GitHub
commit 5ec227c75e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ on:
jobs:
push_to_registry:
if: ${{ github.event.label.name == 'CI' && github.event.label.description == 'Build'}}
if: ${{ github.event.label.name == 'CI:Build'}}
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps: