Skip to content

Commit

Permalink
ci: fix dry build image tag
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <poan.yang@suse.com>
(cherry picked from commit 8252f66)
  • Loading branch information
FrankYang0529 committed Jun 17, 2024
1 parent 0ced45f commit 3d81f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
context: .
push: false
platforms: linux/amd64
tags: longhornio/longhorn-engine:${{ env.branch }}-head-amd64
tags: longhornio/longhorn-engine:dry-build
file: package/Dockerfile
build-args: |
ARCH=amd64
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
context: .
push: false
platforms: linux/arm64
tags: longhornio/longhorn-engine:${{ env.branch }}-head-arm64
tags: longhornio/longhorn-engine:dry-build
file: package/Dockerfile
build-args: |
ARCH=arm64
Expand Down

0 comments on commit 3d81f2c

Please sign in to comment.