We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064ad1e commit 298e770Copy full SHA for 298e770
1 file changed
.github/workflows/frontend-image.yml
@@ -4,12 +4,12 @@ on:
4
push:
5
branches: [main]
6
paths:
7
- - 'frontend/**'
8
- - '.github/workflows/frontend-image.yml'
+ - "frontend/**"
+ - ".github/workflows/frontend-image.yml"
9
workflow_dispatch:
10
11
permissions:
12
- contents: read
+ contents: write
13
packages: write
14
15
jobs:
@@ -47,4 +47,3 @@ jobs:
47
tags: |
48
ghcr.io/${{ github.repository_owner }}/global-tsunami-risk-map-frontend:latest
49
ghcr.io/${{ github.repository_owner }}/global-tsunami-risk-map-frontend:${{ env.VERSION }}
50
-
0 commit comments