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

test pipeline
This commit is contained in:
Lyuboslav Angelov 2023-11-13 19:26:17 +02:00 committed by GitHub
commit 52f80622f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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