Skip to content

Commit c56e88f

Browse files
committed
update to new environment files
1 parent 2c44d17 commit c56e88f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

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

6565
- name: Build and push
6666
id: push
@@ -69,7 +69,7 @@ jobs:
6969
platforms: linux/amd64,linux/arm64
7070
tags: ${{ steps.meta.outputs.tags }}
7171
labels: ${{ steps.meta.outputs.labels }}
72-
build-args: ACTION_VERSION=${{ steps.version.outputs.version }}
72+
build-args: ACTION_VERSION=${{ steps.version.outputs.VERSION }}
7373
provenance: true
7474
push: true
7575

0 commit comments

Comments
 (0)