Skip to content

Commit

Permalink
fix(iptboss): build from push
Browse files Browse the repository at this point in the history
  • Loading branch information
groenator committed May 11, 2024
1 parent a9d82f7 commit 0250543
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
context: .
build-args: |
LATEST_TAG=${{ env.LATEST_TAG }}
push: true
push: false
platforms: linux/amd64
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.LATEST_TAG }}
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -85,7 +85,7 @@ jobs:
context: .
build-args: |
LATEST_TAG=${{ env.LATEST_TAG }}
push: true
push: false
platforms: linux/arm64
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.LATEST_TAG }}-arm
labels: ${{ steps.meta.outputs.labels }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
context: .
build-args: |
LATEST_TAG=${{ env.LATEST_TAG }}
push: true
push: false
platforms: linux/amd64
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -149,7 +149,7 @@ jobs:
context: .
build-args: |
LATEST_TAG=${{ env.LATEST_TAG }}
push: true
push: false
platforms: linux/arm64
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-arm
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 0250543

Please sign in to comment.