fix: drop explicit --dockerfile flag, let kaniko use default relative to context
Some checks failed
Build and Push / Build and Push Docker Image (push) Failing after 18s
Some checks failed
Build and Push / Build and Push Docker Image (push) Failing after 18s
This commit is contained in:
parent
a1525037ae
commit
a7918f95f0
1 changed files with 1 additions and 1 deletions
|
|
@ -36,9 +36,9 @@ jobs:
|
|||
docker run --rm \
|
||||
-v "$(pwd)":/workspace \
|
||||
-v /kaniko/.docker:/kaniko/.docker \
|
||||
-w /workspace \
|
||||
gcr.io/kaniko-project/executor:latest \
|
||||
--context=/workspace \
|
||||
--dockerfile=/workspace/Dockerfile \
|
||||
--destination="git.mcintire.me/graham/aprs.me:${{ steps.tag.outputs.tag }}" \
|
||||
--destination="git.mcintire.me/graham/aprs.me:latest" \
|
||||
--cache=true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue