fix pipeline

This commit is contained in:
Mona Lisa 2023-11-13 15:36:20 -05:00
parent ab9547d137
commit 6c536129d2

View file

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