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 daccd3c commit 2962ddcCopy full SHA for 2962ddc
.github/workflows/workflow.yml
@@ -8,7 +8,6 @@ on:
8
9
env:
10
REGISTRY: ghcr.io
11
- IMAGE_NAME: ${{ github.repository }}
12
13
jobs:
14
build:
@@ -25,6 +24,7 @@ jobs:
25
24
run: |
26
platform=${{ matrix.platform }}
27
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
+ echo "IMAGE_NAME=${GITHUB_REPOSITORY@L}" >> $GITHUB_ENV
28
29
- name: Docker meta
30
id: meta
@@ -67,6 +67,10 @@ jobs:
67
needs:
68
- build
69
steps:
70
+ - name: Prepare
71
+ run: |
72
73
+
74
- name: Download digests
75
uses: actions/download-artifact@v4
76
with:
0 commit comments