Skip to content

Commit 2039203

Browse files
authored
Update docker-build.yml
1 parent 05fda23 commit 2039203

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ jobs:
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
30-
password: ${{ secrets.GITHUB_TOKEN }}
30+
password: ${{ secrets.CR_PAT }}
3131

3232
- name: Build & Push
3333
uses: docker/build-push-action@v5
3434
with:
3535
context: .
36-
file: ./Dockerfile
3736
push: true
38-
platforms: linux/amd64
39-
tags: ghcr.io/ricash-org/notification-service:latest
37+
platforms: linux/amd64,linux/arm64
38+
file: ./Dockerfile
39+
tags: |
40+
ghcr.io/ricash-org/notification-service:latest

0 commit comments

Comments
 (0)