2
0
Fork 0
mirror of https://github.com/redhat-actions/push-to-registry.git synced 2025-08-06 16:50:53 +00:00

fix mistake

Signed-off-by: Tim Etchells <tetchel@gmail.com>
This commit is contained in:
Tim Etchells 2021-09-13 10:10:58 -07:00
parent fe34667fda
commit 018686db3f

View file

@ -82,7 +82,7 @@ jobs:
id: push
uses: ./
with:
image: ${{ secrets.REGISTRY_USER }}
image: ${{ env.IMAGE_NAME }}
tags: ${{ env.IMAGE_TAG }}
registry: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAMESPACE }}
username: ${{ secrets.REGISTRY_USER }}