Skip to content

Commit 07aecf9

Browse files
committed
👷‍♂️ The old set output stuff is long dead.
1 parent fdd61f3 commit 07aecf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
if [ "${{ github.event_name }}" = "push" ]; then
7272
TAGS="$TAGS,${DOCKER_IMAGE}:sha-${GITHUB_SHA::8}"
7373
fi
74-
echo ::set-output name=version::${VERSION}
75-
echo ::set-output name=tags::${TAGS}
76-
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
74+
echo version=${VERSION} >> $GITHUB_OUTPUT
75+
echo tags=${TAGS} >> $GITHUB_OUTPUT
76+
echo created=$(date -u +'%Y-%m-%dT%H:%M:%SZ') >> $GITHUB_OUTPUT
7777
- name: Set up Docker Buildx
7878
uses: docker/setup-buildx-action@v1
7979
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)