We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec573a commit 3aae7feCopy full SHA for 3aae7fe
.github/workflows/base-container-build.yaml
@@ -34,9 +34,9 @@ jobs:
34
run: |
35
# Extract values from the Containerfile
36
GOLANG_VERSION=$(grep -m1 'ARG GOLANG_VERSION=' $CONTAINERFILE_NAME | cut -d'=' -f2)
37
- echo "GOLANG_VERSION=${GOLANG_VERSION}" >> $GITHUB_ENV
+ echo "GOLANG_VERSION=${GOLANG_VERSION}" >> $GITHUB_OUTPUT
38
GORELEASER_VERSION=$(grep -m1 'ARG GORELEASER_VERSION=' $CONTAINERFILE_NAME | cut -d'=' -f2)
39
- echo "GORELEASER_VERSION=${GORELEASER_VERSION}" >> $GITHUB_ENV
+ echo "GORELEASER_VERSION=${GORELEASER_VERSION}" >> $GITHUB_OUTPUT
40
41
- name: Container metadata and tags
42
uses: docker/metadata-action@v5
0 commit comments