fix pipeline

This commit is contained in:
Mona Lisa 2023-11-13 11:55:38 -05:00
parent 2b39968268
commit a14122d680

View file

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