Skip to content

Commit 3730ba9

Browse files
authored
Update deprecated command in workflow (#78)
1 parent 5d68ffe commit 3730ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: variables
3333
run: |
3434
image=$(cut -d"," -f1 <<< "${{ matrix.tag }}")
35-
echo "::set-output name=image::${image}"
35+
echo "image=${image}" >> $GITHUB_OUTPUT
3636
- name: Check if update needed for ${{ steps.variables.outputs.image }}
3737
id: update
3838
uses: lucacome/docker-image-update-checker@v1

0 commit comments

Comments
 (0)