Skip to content

Commit

Permalink
chore: Fixed tag content. (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Oct 18, 2023
1 parent bb28370 commit 578e559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-n-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:
# Build Docker image.
#
- name: Build Docker image
run: docker build -f src/main/docker/Dockerfile.native-micro -t ghcr.io/${{ github.repository }}:${{ github.ref }} .
run: |
BRANCH_NAME=${GITHUB_REF////_}"
docker build -f src/main/docker/Dockerfile.native-micro -t ghcr.io/${{ github.repository }}:$BRANCH_NAME .
#
# Push Docker image.
Expand Down

0 comments on commit 578e559

Please sign in to comment.