Skip to content

Commit e0a9049

Browse files
Merge pull request #8813 from rabbitmq/rin/drop-deprecated-actions-command
2 parents 601e981 + 6e692df commit e0a9049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/oci-base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
id: authorized
3737
run: |
3838
if [ -n "${{ secrets.DOCKERHUB_USERNAME }}" ]; then
39-
echo "::set-output name=PUSH::true"
39+
echo "PUSH=true" >> $GITHUB_OUTPUT
4040
else
41-
echo "::set-output name=PUSH::false"
41+
echo "PUSH=false" >> $GITHUB_OUTPUT
4242
fi
4343
4444
- name: Login to DockerHub

0 commit comments

Comments
 (0)