fix pipeline

This commit is contained in:
Mona Lisa 2023-11-13 15:52:15 -05:00
parent 75c7a5a5b8
commit e7d6af958a

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: