Skip to content

Commit

Permalink
UI Docker build fix - github workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
nagstler committed Apr 27, 2024
1 parent da5480e commit 33e3df9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ui-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
tags: |
${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
${{ env.IMAGE_NAME }}:${{ github.sha }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
load: true
no-cache: true
3 changes: 2 additions & 1 deletion .github/workflows/ui-docker-hub-push-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
load: true
no-cache: true

0 comments on commit 33e3df9

Please sign in to comment.