We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fda23 commit 2039203Copy full SHA for 2039203
1 file changed
.github/workflows/docker-build.yml
@@ -27,13 +27,14 @@ jobs:
27
with:
28
registry: ghcr.io
29
username: ${{ github.actor }}
30
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.CR_PAT }}
31
32
- name: Build & Push
33
uses: docker/build-push-action@v5
34
35
context: .
36
- file: ./Dockerfile
37
push: true
38
- platforms: linux/amd64
39
- tags: ghcr.io/ricash-org/notification-service:latest
+ platforms: linux/amd64,linux/arm64
+ file: ./Dockerfile
+ tags: |
40
+ ghcr.io/ricash-org/notification-service:latest
0 commit comments