Skip to content

Commit 86fe884

Browse files
authored
Merge pull request #8815 from rabbitmq/mergify/bp/v3.11.x/pr-8814
Drop deprecated set-output github actions command in oci-base.yaml (backport #8813) (backport #8814)
2 parents f2dec09 + 3e83270 commit 86fe884

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
@@ -26,9 +26,9 @@ jobs:
2626
id: authorized
2727
run: |
2828
if [ -n "${{ secrets.DOCKERHUB_USERNAME }}" ]; then
29-
echo "::set-output name=PUSH::true"
29+
echo "PUSH=true" >> $GITHUB_OUTPUT
3030
else
31-
echo "::set-output name=PUSH::false"
31+
echo "PUSH=false" >> $GITHUB_OUTPUT
3232
fi
3333
3434
- name: Login to DockerHub

0 commit comments

Comments
 (0)