Skip to content

Commit

Permalink
Upgraded pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
erseco committed Oct 18, 2023
1 parent 99b0809 commit 1f21ed4
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 "platforms=${DOCKER_PLATFORMS}" >> $GITHUB_ENV
echo "tags=${TAGS}" >> $GITHUB_ENV
echo "ghcr-tags=${GHCR_TAGS}" >> $GITHUB_ENV
echo "platforms=${DOCKER_PLATFORMS}" >> $GITHUB_OUTPUT
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "ghcr-tags=${GHCR_TAGS}" >> $GITHUB_OUTPUT
# Step 3: Set up QEMU for multi-platform builds
- name: Set up QEMU
Expand Down

0 comments on commit 1f21ed4

Please sign in to comment.