Skip to content

Commit

Permalink
Fix Dokku deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb committed Feb 28, 2024
1 parent 40c98da commit 5ad6757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
git_remote_url: ${{ env.DOKKU_REMOTE_URL }}
git_push_flags: --force
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}
deploy_docker_image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
deploy_docker_image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}

0 comments on commit 5ad6757

Please sign in to comment.