Skip to content

Commit

Permalink
typo in action
Browse files Browse the repository at this point in the history
  • Loading branch information
poquirion committed Dec 19, 2023
1 parent 476ae6e commit 556206e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}
registry: ${{ env.IMAGE_REGISTRY }}
image: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE }}
image: ${{ env.IMAGE }}
tags: ${{ env.RELEASE_VERSION }} latest_release
- name: Print image url
run: echo "Image pushed to ${{ steps.push-to-repo.outputs.registry-paths }}"
Expand Down

0 comments on commit 556206e

Please sign in to comment.