Skip to content

Commit

Permalink
ci: fix manifest creation
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 20, 2024
1 parent 085ed06 commit c2eedcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- run: docker manifest create ghcr.io/friendsofshopware/code-style:latest --amend ghcr.io/friendsofshopware/code-style-amd64 --amend ghcr.io/friendsofshopware/code-style-arm64
- run: docker manifest create ghcr.io/friendsofshopware/code-style:latest --amend ghcr.io/friendsofshopware/code-style:latest-amd64 --amend ghcr.io/friendsofshopware/code-style:latest-arm64

- run: docker manifest push ghcr.io/friendsofshopware/code-style:latest

0 comments on commit c2eedcd

Please sign in to comment.