Browse Source

+3

pull/3382/head
RCRoger 2 years ago
parent
commit
7479ae2dd7
  1. 2
      .github/workflows/docker-image.yml

2
.github/workflows/docker-image.yml

@ -23,7 +23,7 @@ jobs:
run: |
REPO_LOWER=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')
BRANCH_NAME=$(echo ${{ github.ref_name }} | tr '[:upper:]' '[:lower:]') # Get the branch name in lowercase
docker build . --env-file=.env -t ghcr.io/$REPO_LOWER/$REPO_LOWER:$BRANCH_NAME
docker build . -t ghcr.io/$REPO_LOWER/$REPO_LOWER:$BRANCH_NAME
- name: Push Docker image to GitHub Packages
run: |

Loading…
Cancel
Save