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

This commit is contained in:
Graham McIntire 2026-07-26 19:00:18 -05:00
parent a1525037ae
commit a7918f95f0
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -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