Skip to content

Commit

Permalink
Merge branch 'main' into sys_man_id
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Oct 23, 2023
2 parents beed778 + 522ea3e commit 37f9d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-n-push-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and push main
name: Build and push

on:
workflow_dispatch:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
#
- name: Build Docker image
run: |
BRANCH_NAME=${GITHUB_REF////_}"
BRANCH_NAME="${GITHUB_REF////_}"
docker build -f src/main/docker/Dockerfile.native-micro -t ghcr.io/${{ github.repository }}:$BRANCH_NAME .
#
Expand All @@ -106,4 +106,4 @@ jobs:
- name: Push Docker image
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
docker push -a ghcr.io/${{ github.repository }}
docker push -a ghcr.io/${{ github.repository }}

0 comments on commit 37f9d9e

Please sign in to comment.