Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docker): use matrix for building multi-platform Docker images #888

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
fix(docker): use correct id
orhun committed Sep 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 459ad08f1236a2be7659f81ec9a7b9e0e2469c87
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push by digest
id: docker_build
id: build
uses: docker/build-push-action@v6
with:
context: ./
@@ -95,8 +95,8 @@ jobs:

- name: Export digest
run: |
mkdir -p /tmp/digests
digest="${{ steps.build.outputs.digest }}"
mkdir -p /tmp/digests
touch "/tmp/digests/${digest#sha256:}"
cat "/tmp/digests/${digest#sha256:}"