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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy