build/patch: use build-context for docker-build-push action
All checks were successful
Build & Push / build (push) Successful in 3m53s

This commit is contained in:
Caesar2011
2026-05-18 18:41:29 +02:00
parent 456fde28a5
commit 3af0af01e0

View File

@@ -32,13 +32,13 @@ jobs:
uses: https://git.sebse.de/sebse/actions/docker-build-push@main uses: https://git.sebse.de/sebse/actions/docker-build-push@main
with: with:
image: ${{ env.IMAGE }} image: ${{ env.IMAGE }}
context: ./web build-context: ./web
- name: Build and push migrate - name: Build and push migrate
uses: https://git.sebse.de/sebse/actions/docker-build-push@main uses: https://git.sebse.de/sebse/actions/docker-build-push@main
with: with:
image: ${{ env.IMAGE_MIGRATE }} image: ${{ env.IMAGE_MIGRATE }}
context: ./web build-context: ./web
dockerfile: ./web/Dockerfile.migrate dockerfile: ./web/Dockerfile.migrate
- name: Package and push helm chart - name: Package and push helm chart