mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-04-19 22:26:18 +02:00
fix mistake
Signed-off-by: Tim Etchells <tetchel@gmail.com>
This commit is contained in:
parent
fe34667fda
commit
018686db3f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/multiple-build.yaml
vendored
2
.github/workflows/multiple-build.yaml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
||||||
id: push
|
id: push
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
image: ${{ secrets.REGISTRY_USER }}
|
image: ${{ env.IMAGE_NAME }}
|
||||||
tags: ${{ env.IMAGE_TAG }}
|
tags: ${{ env.IMAGE_TAG }}
|
||||||
registry: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAMESPACE }}
|
registry: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAMESPACE }}
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue