fix path again
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 42s
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / grep (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / check-format (push) Has been skipped
Gentoo Utils / docs (push) Has been skipped

This commit is contained in:
2025-12-20 18:12:51 -06:00
parent e1383dd9b2
commit 5f479da9b4

View File

@@ -85,9 +85,9 @@ jobs:
with: with:
image: ${{ gitea.repository }} image: ${{ gitea.repository }}
tags: ${{ steps.image-changes.outputs.image_tag }} tags: ${{ steps.image-changes.outputs.image_tag }}
context: "./.docker" context: "${{ gitea.workspace }}/.docker"
containerfiles: | containerfiles: |
Dockerfile ${{ gitea.workspace }}/.docker/Dockerfile
- name: Push OCI image - name: Push OCI image
id: push-image id: push-image