Skip to content

Commit

Permalink
Fix tag's race condifition
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed Oct 22, 2024
1 parent f84b67a commit 0bd36f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-publish-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
dockerfile: ./docker/DockerfileUIProd
- repo: enaccess/micropowermanager-backend
dockerfile: ./docker/DockerfileLaravelProd
platform:
- linux/amd64
- linux/arm64

permissions:
contents: read
Expand Down Expand Up @@ -60,7 +57,7 @@ jobs:
uses: docker/build-push-action@v6
with:
file: ${{ matrix.image.dockerfile }}
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ matrix.image.repo }}:latest
Expand Down

0 comments on commit 0bd36f4

Please sign in to comment.