Skip to content

Commit

Permalink
build: remove v from relaease build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Apr 23, 2024
1 parent cea6524 commit b92bc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gapit_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
RELEASE=${{ github.ref_name }}
RELEASE=$(cat VERSION)
VERSION=${{ github.sha }}

0 comments on commit b92bc72

Please sign in to comment.