Skip to content

Commit

Permalink
chore: Update deploy_backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 authored and juhniorsantos committed Apr 11, 2024
1 parent 1bbd496 commit 0ec331f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Print version
run: echo "Publishing reacherhq/backend:${{ steps.vars.outputs.GITHUB_TAG }}"
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: reacherhq/backend
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tags: "latest,${{ steps.vars.outputs.GITHUB_TAG }}"
tags: "${{ steps.vars.outputs.GITHUB_TAG }}"

0 comments on commit 0ec331f

Please sign in to comment.