Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbronow authored Oct 19, 2024
1 parent 67f99d5 commit 1156b09
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 @@ -2,7 +2,7 @@ name: Docker Image CI
env:
REGISTRY: ghcr.io
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
IMAGE_NAME: tuesday-sh-server:${{ env.BRANCH_NAME }}
IMAGE_NAME: tuesday-sh-server:${{ github.head_ref || github.ref_name }}
on:
push:
branches: [ "develop" ]
Expand Down

0 comments on commit 1156b09

Please sign in to comment.