Skip to content

Commit b1a3a9c

Browse files
committed
WIP
1 parent 73e37f7 commit b1a3a9c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/publish-docker-image.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
11+
permissions:
12+
contents: read
13+
packages: write
14+
attestations: write
15+
id-token: write
16+
1017
steps:
1118
- uses: actions/checkout@v4
1219

@@ -28,4 +35,6 @@ jobs:
2835
with:
2936
file: ./wp_rs_web/Dockerfile
3037
push: true
31-
tags: automattic/wordpress-rs-web:latest
38+
tags: |
39+
ghcr.io/automattic/wordpress-rs-web:latest
40+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)