Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SelimHorri committed Sep 9, 2021
1 parent ed0d5e1 commit c013007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-heroku-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Push Docker image
uses: mr-smithers-excellent/docker-build-push@v5
with:
image: selimhorri/${{ secrets.DOCKER_IMAGE }}
image: ${{ secrets.DOCKER_IMAGE }}
tags: latest
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit c013007

Please sign in to comment.