Skip to content

Commit

Permalink
Changed code to avoid the deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
erseco committed Oct 18, 2023
1 parent efa0b6e commit 36a7d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
GHCR_TAGS="$GHCR_TAGS,${GHCR_IMAGE}:beta"
fi
echo ::set-output name=platforms::${DOCKER_PLATFORMS}
echo ::set-output name=tags::${TAGS}
echo ::set-output name=ghcr-tags::${GHCR_TAGS}
run: echo "platforms=${DOCKER_PLATFORMS}" >> $GITHUB_OUTPUT
run: echo "tags=${TAGS}" >> $GITHUB_OUTPUT
run: echo "ghcr-tags=${GHCR_TAGS}" >> $GITHUB_OUTPUT
- name: Set up QEMU
id: qemu
Expand Down

0 comments on commit 36a7d56

Please sign in to comment.