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 155b30d commit bd3e4af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
build-args: LDFLAGS="-X main.SHA=${{ github.sha }}"

- uses: docker/build-push-action@v4
if: github.repository != 'uswitch/vault-creds'
Expand All @@ -75,4 +76,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta-forks.outputs.tags }}
build-args: LDFLAGS="-X main.SHA=${{ github.sha }}"

0 comments on commit bd3e4af

Please sign in to comment.