Skip to content

Commit

Permalink
remove erroneous quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
burdzwastaken committed Oct 10, 2024
1 parent 73c7888 commit fede63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
tags: pgweb:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7
build-args: |
"CGO_ENABLED=${{ env.CGO_ENABLED }}"
CGO_ENABLED=${{ env.CGO_ENABLED }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
ghcr.io/${{ env.GHCR_REPOSITORY }}:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7
build-args: |
"CGO_ENABLED=${{ env.CGO_ENABLED }}"
CGO_ENABLED=${{ env.CGO_ENABLED }}

0 comments on commit fede63a

Please sign in to comment.