Skip to content

Commit fd4f5d7

Browse files
committed
Fix case in docker image name
1 parent 14dc010 commit fd4f5d7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/container.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ permissions:
88
packages: write
99
pages: write
1010
id-token: write
11-
concurrency:
12-
group: pages
13-
cancel-in-progress: false
1411
jobs:
1512
build:
1613
runs-on: ubuntu-latest
@@ -34,7 +31,7 @@ jobs:
3431
with:
3532
push: true
3633
tags: |
37-
ghcr.io/${{ github.repository }}:latest
38-
ghcr.io/${{ github.repository }}:${{ github.sha }}
39-
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:latest
34+
ghcr.io/earthyscience/fairsendd:latest
35+
ghcr.io/earthyscience/fairsendd:${{ github.sha }}
36+
cache-from: type=registry,ref=ghcr.io/earthyscience/fairsendd:latest
4037
cache-to: type=inline

0 commit comments

Comments
 (0)