Skip to content

Commit

Permalink
change docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
Barisevrenugur committed May 23, 2024
1 parent 6c1ebc4 commit 14bf7b1
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 }}/hmri:${tag} --all-tags
docker image push ${{ env.registry }}/hmri:${tag}

0 comments on commit 14bf7b1

Please sign in to comment.