Skip to content

Commit

Permalink
Update image tag ref
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0wst committed Jan 2, 2025
1 parent 79aca40 commit 129b24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: "Docker Stack Deploy"
uses: cssnr/stack-deploy-action@v1
env:
IMAGE_TAG: ${{ steps.meta.outputs.tags }}
IMAGE_TAG: ${{ github.ref_name }}
DOMAIN: ${{ github.ref_name == 'main' && 'tools.chasingthe.cloud' || 'dev.tools.chasingthe.cloud' }}
with:
host: ${{ secrets.DOCKER_HOST }}
Expand Down

0 comments on commit 129b24c

Please sign in to comment.