Skip to content

Commit

Permalink
vin diou
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Apr 17, 2024
1 parent 032439d commit fab1bdc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
contents: read
packages: write
steps:
- name: Name of the image
run: echo ${{ needs.image-name.outputs.name }}

- name: Login to registry
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -146,11 +143,13 @@ jobs:
name: Merge images into one multi-arch manifest
runs-on: ubuntu-22.04
needs:
- image-name
- amd64
# - arm64-macos
- arm64-emulation
steps:
- run: |
- name: Create, inspect and publish manifest
run: |
docker manifest create ${{ needs.image-name.outputs.name }} \
--amend ${{ needs.image-name.outputs.name }}-amd64 \
--amend ${{ needs.image-name.outputs.name }}-arm64
Expand Down

0 comments on commit fab1bdc

Please sign in to comment.