infra: image: fix image tag for build job
This commit is contained in:
@@ -62,9 +62,9 @@ jobs:
|
||||
|
||||
build:
|
||||
runs-on: brutalisk
|
||||
container:
|
||||
image: git.epenguin.net/${{ gitea.repository }}:${{ steps.image-changes.outputs.image_tag }}
|
||||
needs: build-oci-image
|
||||
container:
|
||||
image: git.epenguin.net/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user