Skip to content

Commit

Permalink
removes duplicate docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed Apr 1, 2024
1 parent 0613856 commit 996a60f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,13 @@ jobs:
${{ steps.docker-meta.outputs.tags }}-x86_64-linux \
${{ steps.docker-meta.outputs.tags }}-aarch64-linux \
${{ steps.docker-meta.outputs.tags }}-armv7-linux
docker manifest push \
${{ steps.docker-meta.outputs.tags }}
- name: Create and push tag manifest (latest)
run: |
docker buildx imagetools create \
-t ghcr.io/${{ github.repository }}:latest \
${{ steps.docker-meta.outputs.tags }}-x86_64-linux \
${{ steps.docker-meta.outputs.tags }}-aarch64-linux \
${{ steps.docker-meta.outputs.tags }}-armv7-linux
docker manifest push \
ghcr.io/${{ github.repository }}:latest
ghcr_cleanup:
name: GHCR Cleanup
Expand Down

0 comments on commit 996a60f

Please sign in to comment.