Skip to content

Commit f614f67

Browse files
committed
chore: update image ci
1 parent 1799f11 commit f614f67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
workflow_dispatch:
1717

1818
env:
19-
IMAGE_NAME: devops-wecoding-docker.pkg.coding.net/wecoding/images/iam-frontend
19+
IMAGE_NAME: docker.cnb.cool/micromoving/iam/iam-frontend
2020

2121
jobs:
2222

@@ -68,7 +68,9 @@ jobs:
6868
context: .
6969
cache-from: type=gha
7070
cache-to: type=gha,mode=max
71-
platforms: linux/amd64
71+
platforms:
72+
- linux/amd64
73+
- linux/arm64
7274
push: ${{ github.event_name != 'pull_request' }}
7375
tags: ${{ steps.meta.outputs.tags }}
7476

0 commit comments

Comments
 (0)