Skip to content

Commit

Permalink
correcting quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkennedyvz committed Dec 29, 2023
1 parent 0582b3b commit f50d45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
platforms: linux/amd64
build-args: DEBUG=${{ matrix.debug_mode == "-debug" }} # True if "-debug", false if absent
build-args: DEBUG=${{ matrix.debug_mode == '-debug' }} # True if "-debug", false if absent
push: true # Push with pr-### and sha-xxxxxxx tags

- name: Build and Push Latest
Expand Down

0 comments on commit f50d45c

Please sign in to comment.