Skip to content

Commit

Permalink
merge latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand committed Sep 30, 2024
2 parents f13eb97 + de5e392 commit cc8a440
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ jobs:
full=$(docker image inspect ${{ env.REGISTRY_IMAGE }}:$label --format "{{index .RepoDigests 0}}")
digest=${full#${{ env.REGISTRY_IMAGE }}@}
mkdir -p /tmp/digests
merge-docker:
runs-on: ubuntu-latest
needs: [publish-nix-container]
needs: [ publish-nix-container ]
steps:
- name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand All @@ -78,7 +77,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: digest for x86
run: |
run: |
system=x86_64-linux
git_sha=${GITHUB_SHA::7}
label="${git_sha}-${system}"
Expand All @@ -91,7 +90,7 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
- name: digest for aarch64
run: |
run: |
system=aarch64-linux
git_sha=${GITHUB_SHA::7}
label="${git_sha}-${system}"
Expand Down

0 comments on commit cc8a440

Please sign in to comment.