Skip to content

Commit

Permalink
build: try git context in docker workflow (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Sep 26, 2023
1 parent 41d4c7c commit b5a227c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
# If this doesn't tag properly within the context of `workflow_call`, try `context: git`
context: git
images: ${{ matrix.image }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
Expand Down

0 comments on commit b5a227c

Please sign in to comment.