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

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

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: ./.docker
containerfiles: | containerfiles: |
Dockerfile ./.docker/Dockerfile
- name: Push OCI image - name: Push OCI image
id: push-image id: push-image