Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
ci: proper tag for uploading image
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Mar 15, 2024
1 parent 77e11e3 commit 2f45f0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on: # yamllint disable-line rule:truthy
paths:
- config/**
- modules/**
- templates/**
- .github/workflows/build.yml
pull_request:
workflow_dispatch:
env:
Expand Down Expand Up @@ -104,7 +106,7 @@ jobs:
uses: redhat-actions/push-to-registry@v2
id: push
with:
image: ${{ steps.recipes_meta.outputs.IMAGE_NAME }}
image: ${{ github.repository_owner }}/${{ steps.recipes_meta.outputs.IMAGE_NAME }}
tags: latest
registry: ${{ steps.registry_case.outputs.lowercase }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 2f45f0d

Please sign in to comment.