Skip to content

Commit 637af58

Browse files
Merge pull request #6 from josecastillolema/new-build-workflow
Remove double quotes
2 parents bd27534 + 59d3d63 commit 637af58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949

5050
- name: Push multi-arch Image
5151
id: push
52-
if: github.event_name == "push"
52+
if: github.event_name == 'push'
5353
run: |
5454
podman login ${{ env.CONTAINER_REGISTRY }} -u ${QUAY_USER} -p ${QUAY_TOKEN}
5555
make gha-push
5656
env:
5757
QUAY_USER: ${{ secrets.QUAY_USER }}
58-
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}
58+
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}

0 commit comments

Comments
 (0)