Skip to content

Commit

Permalink
Update push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
camaeel authored Feb 13, 2024
1 parent 83231c4 commit d1f0f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
build-args: LDFLAGS="-X main.SHA=${{ github.sha }}"
build-args: LDFLAGS=-X main.SHA=${{ github.sha }}

- name: Log into registry ghcr.io
if: github.event_name != 'pull_request'
Expand All @@ -85,5 +85,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta-forks.outputs.tags }}
build-args: LDFLAGS="-X main.SHA=${{ github.sha }}"
build-args: LDFLAGS=-X main.SHA=${{ github.sha }}

0 comments on commit d1f0f4a

Please sign in to comment.