Skip to content

Commit 490d33e

Browse files
committed
release yml
1 parent 4023e4e commit 490d33e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- "v*"
77

88
env:
9-
REGISTRY: ghcr.io
9+
REGISTRY: "ghcr.io"
1010
IMAGE_NAME: ${{ github.repository }}
1111

1212
jobs:
1313
build-and-push-image:
1414
runs-on: ubuntu-latest
1515
permissions:
16-
contents: read
17-
packages: write
16+
contents: "read"
17+
packages: "write"
1818

1919
steps:
2020
- name: Checkout repository

0 commit comments

Comments
 (0)