Skip to content

Commit 7e86a70

Browse files
committed
Update docker-publish.yml
1 parent 49b2fa9 commit 7e86a70

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '*'
7+
workflow_dispatch:
78

89
env:
910
REGISTRY: ghcr.io
@@ -12,6 +13,9 @@ env:
1213
jobs:
1314
build-and-push:
1415
runs-on: ubuntu-latest
16+
permissions:
17+
contents: read
18+
packages: write
1519

1620
steps:
1721
- name: Checkout Repository
@@ -36,7 +40,7 @@ jobs:
3640
with:
3741
context: .
3842
push: true
39-
platforms: linux/amd64, linux/arm64, linux/arm/v7, windows/amd64, darwin/amd64
43+
platforms: linux/amd64, linux/arm64
4044
tags: |
4145
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG_NAME }}
4246
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 commit comments

Comments
 (0)