Skip to content

Commit

Permalink
correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Barisevrenugur committed May 23, 2024
1 parent 905a71b commit 6c1ebc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
password: ${{secrets.GITHUB_TOKEN }}
- name: Deploy Container
run: |
docker push ${{ env.registry }}/${GITHUB_REPOSITORY} --all-tags
docker push ${{ env.registry }}/hmri:${tag} --all-tags

0 comments on commit 6c1ebc4

Please sign in to comment.