Skip to content

Commit e306d4a

Browse files
committed
Fixes an issue with deprecated set-env command
1 parent 08e5961 commit e306d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-to-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- name: Set env variables
1111
run: |
12-
echo "::set-env name=IMAGE_VERSION::${GITHUB_REF##*/}"
12+
echo "IMAGE_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
1313
- name: Check out the repo
1414
uses: actions/checkout@v2
1515
- name: Build base Image

0 commit comments

Comments
 (0)