Skip to content

Commit

Permalink
Refactor Docker image build and publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Oct 29, 2024
1 parent b09cf1f commit 5125d23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ jobs:
--tag ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:next-amd64 \
--tag ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:next
- name: Create & publish manifest on ${{ env.GITHUB_REGISTRY }}
run: |
docker buildx imagetools create \
--append ${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_NAME }}:next-aarch64 \
--tag ${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_NAME }}:next-amd64 \
--tag ${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_NAME }}:next
- uses: sarisia/actions-status-discord@v1
if: always()
with:
Expand Down

0 comments on commit 5125d23

Please sign in to comment.