Skip to content

Commit

Permalink
update to new environment files
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Oct 11, 2024
1 parent 2c44d17 commit c56e88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Extract version
id: version
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT

- name: Build and push
id: push
Expand All @@ -69,7 +69,7 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: ACTION_VERSION=${{ steps.version.outputs.version }}
build-args: ACTION_VERSION=${{ steps.version.outputs.VERSION }}
provenance: true
push: true

Expand Down

0 comments on commit c56e88f

Please sign in to comment.