fix pipeline

This commit is contained in:
Mona Lisa 2023-11-13 12:01:12 -05:00
parent a14122d680
commit 75f958c74c

View file

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