Skip to content

Commit

Permalink
Change dashes to underscore and remove context line
Browse files Browse the repository at this point in the history
  • Loading branch information
PhongT16 committed May 24, 2023
1 parent fba2cc5 commit 77ef5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
"type=raw,value={{date 'X'}}-{{tag}}{{branch}}-{{sha}}"
"type=raw,value={{date 'X'}}_{{tag}}{{branch}}_{{sha}}"
"type=raw,value=latest"
"type=ref,event=tag"
"type=semver,pattern=v{{major}}"
Expand All @@ -78,7 +78,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@v3
with:
context: "{{defaultContext}}:jiracmdline"
#context: "{{defaultContext}}:jiracmdline"
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 77ef5b6

Please sign in to comment.