Skip to content

Commit

Permalink
Try to fix env vars retrieved from the containerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas-Peiffer <[email protected]>
  • Loading branch information
Nicolas-Peiffer committed Oct 31, 2024
1 parent a172643 commit 7ec573a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/base-container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
echo "GOLANG_VERSION=${GOLANG_VERSION}" >> $GITHUB_ENV
GORELEASER_VERSION=$(grep -m1 'ARG GORELEASER_VERSION=' $CONTAINERFILE_NAME | cut -d'=' -f2)
echo "GORELEASER_VERSION=${GORELEASER_VERSION}" >> $GITHUB_ENV
env:
golang_version: ${{ env.GOLANG_VERSION }}
goreleaser_version: ${{ env.GORELEASER_VERSION }}
- name: Container metadata and tags
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 7ec573a

Please sign in to comment.