ci: new tag format on pr #43
1 changed files with 0 additions and 4 deletions
|
@ -62,10 +62,6 @@ jobs:
|
|||
# with:
|
||||
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Extract branch name
|
||||
shell: bash
|
||||
run: echo $GITHUB_HEAD_REF | tr -cd '[:alnum:]' | sed s/^/REPO_BRANCH=/g >> $GITHUB_OUTPUT
|
||||
id: extract_branch
|
||||
- name: Build and push Docker image
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue