Skip to content

Commit

Permalink
Bootstrap the image
Browse files Browse the repository at this point in the history
  • Loading branch information
arcivanov committed Sep 16, 2024
1 parent bbde64d commit a602cd8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
TAG_PREFIX=${{ github.event.inputs.target }}-
GIT_TAG=${{ github.event.inputs.target }}/${{ github.event.inputs.qemu_version }}-${{ github.run_number }}
fi
echo ::set-output name=repo::${REPO}
echo ::set-output name=ref::${REF}
echo ::set-output name=tag_prefix::${TAG_PREFIX}
echo ::set-output name=git_tag::${GIT_TAG}
echo repo=${REPO} >> $GITHUB_OUTPUT
echo ref=${REF} >> $GITHUB_OUTPUT
echo tag_prefix=${TAG_PREFIX} >> $GITHUB_OUTPUT
echo git_tag=${GIT_TAG} >> $GITHUB_OUTPUT
-
name: Docker meta
id: meta
Expand All @@ -83,7 +83,7 @@ jobs:
name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: ${{ env.REPO_SLUG }}:master
image: tonistiigi/binfmt:master
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit a602cd8

Please sign in to comment.