We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dc010 commit fd4f5d7Copy full SHA for fd4f5d7
.github/workflows/container.yml
@@ -8,9 +8,6 @@ permissions:
8
packages: write
9
pages: write
10
id-token: write
11
-concurrency:
12
- group: pages
13
- cancel-in-progress: false
14
jobs:
15
build:
16
runs-on: ubuntu-latest
@@ -34,7 +31,7 @@ jobs:
34
31
with:
35
32
push: true
36
33
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
+ ghcr.io/earthyscience/fairsendd:latest
+ ghcr.io/earthyscience/fairsendd:${{ github.sha }}
+ cache-from: type=registry,ref=ghcr.io/earthyscience/fairsendd:latest
40
cache-to: type=inline
0 commit comments