Skip to content

Commit

Permalink
Debug docker build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
daya0576 committed Sep 22, 2024
1 parent 1760230 commit d45c690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

steps:
- name: Prepare
id: prep
run: |
DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/${GITHUB_REPOSITORY#*/}
if [[ $GITHUB_REF == refs/tags/* ]]; then
Expand Down

0 comments on commit d45c690

Please sign in to comment.