Skip to content

Commit

Permalink
Update build-n-push-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Jul 10, 2024
1 parent 72cca40 commit 3ab316b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Build Docker image
run: |
BRANCH_NAME="${GITHUB_REF////_}"
echo "branch_name=$BRANCH_NNAME" >> $GITHUB_ENV
echo "branch_name=$BRANCH_NAME" >> $GITHUB_ENV
docker build \
-f src/main/docker/Dockerfile.native-micro \
-t ghcr.io/${{ github.repository }}:$BRANCH_NAME \
Expand Down

0 comments on commit 3ab316b

Please sign in to comment.