Skip to content

Commit 86eeb17

Browse files
committed
Change docker/build-push-action
1 parent e6e4875 commit 86eeb17

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release-asd-action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
- name: Push to GitHub Container Registry
2525
uses: docker/build-push-action@v5
2626
with:
27-
push: true
28-
tags: ghcr.io/${{ github.repository_owner }}/${{ env.PACKAGE_NAME }}:${{ env.VERSION_NAME }}
29-
context: docker/asd-action
3027
file: docker/asd-action/Dockerfile
28+
context: .
29+
platforms: linux/amd64,linux/arm64
30+
push: true
31+
tags: ghcr.io/alps-asd/asd-action:latest
3132
env:
3233
DOCKER_BUILDKIT: 1

0 commit comments

Comments
 (0)