Skip to content

Commit d59ddee

Browse files
committed
enable multi-platform build
1 parent 562d46e commit d59ddee

File tree

2 files changed

+4
-44
lines changed

2 files changed

+4
-44
lines changed

.github/workflows/docker-hub-publish.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/docker-multiplatform.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: docker-multiplatform
22

33
on:
4-
workflow_dispatch:
4+
release:
5+
types: [ created ]
56

67
env:
78
IMAGE_NAME: edgescope/chaperone
@@ -40,9 +41,7 @@ jobs:
4041
with:
4142
context: .
4243
platforms: linux/amd64,linux/arm64
43-
#push: true
44+
push: true
4445
tags: |
45-
"${{ env.IMAGE_NAME }}:testa"
46-
"${{ env.IMAGE_NAME }}:testb"
47-
# "${{ env.IMAGE_NAME }}:${GITHUB_REF_NAME}"
46+
"${{ env.IMAGE_NAME }}:${GITHUB_REF_NAME}"
4847
# "${{ env.IMAGE_NAME }}:latest"

0 commit comments

Comments
 (0)