Skip to content

Commit

Permalink
Fixing github actions script 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tsbk committed Aug 23, 2024
1 parent 04134e0 commit 3dd5f7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
platforms:
- linux/amd64
- linux/arm64
push: true
tags:
- ${{ env.REGISTRY_IMAGE }}:${{ steps.gitversion.outputs.majorMinorPatch }}
Expand Down

0 comments on commit 3dd5f7f

Please sign in to comment.