Skip to content

Commit

Permalink
Update docker_tag.yml
Browse files Browse the repository at this point in the history
add ARM64 for container images (was removed while fixing incompatible images)
  • Loading branch information
czerwonk committed Mar 28, 2024
1 parent 4d756c8 commit 99c842b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ steps.extract_repo_name.outputs.repo }}:v${{ steps.extract_tag_name.outputs.tag }}
platforms: linux/amd64,linux/arm64

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 99c842b

Please sign in to comment.