diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index c9a8dda..78f309b 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -36,5 +36,5 @@ jobs: with: context: . push: true - tags: ${{ env.PUSH_TAG }} + tags: ${{ env.IMAGE_NAME }}/${{ env.PUSH_TAG }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file