Skip to content

Commit 7f57ddc

Browse files
committed
ci: fix ARG name passed to image build
Signed-off-by: Zvi Grinberg <[email protected]>
2 parents 1e2da67 + 34f4766 commit 7f57ddc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/stage.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- "package-lock.json"
1919
- "package.json"
2020
- "tsconfig.json"
21+
- ".github/workflows/stage.yml"
2122

2223
jobs:
2324
stage:
@@ -83,7 +84,7 @@ jobs:
8384
prerelease: true,
8485
generate_release_notes: true
8586
})
86-
87+
8788
- name: Build Image With buildah
8889
id: build-image
8990
uses: redhat-actions/buildah-build@v2
@@ -93,9 +94,9 @@ jobs:
9394
dockerfiles: |
9495
${{ env.DOCKERFILE_PATH }}
9596
build-args: |
96-
GITHUB_PACKAGE_REGISTRY_ACCESS_TOKEN=${{ secrets.GITHUB_PACKAGE_REGISTRY_ACCESS_TOKEN }}
97+
PACKAGE_REGISTRY_ACCESS_TOKEN=${{ secrets.PACKAGE_REGISTRY_ACCESS_TOKEN }}
9798
context: docker-image
98-
99+
99100
- name: Push Image To Registry
100101
uses: redhat-actions/push-to-registry@v2
101102
with:

0 commit comments

Comments
 (0)