Skip to content

Commit 70fab03

Browse files
Fix workflow
1 parent 3aeb413 commit 70fab03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gentoo-image-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
push: true
133133
tags: |
134134
ghcr.io/${{ github.repository }}:latest
135-
ghcr.io/${{ github.repository }}:${{ needs.prepare-build.outputs.date_tag }}
135+
ghcr.io/${{ github.repository }}:${{ inputs.date_tag }}
136136
target: final
137137
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:clang-step
138138
cache-to: type=inline

.github/workflows/gentoo-image-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
push: true
133133
tags: |
134134
ghcr.io/${{ github.repository }}:latest
135-
ghcr.io/${{ github.repository }}:${{ needs.prepare-build.outputs.date_tag }}
135+
ghcr.io/${{ github.repository }}:${{ inputs.date_tag }}
136136
target: final
137137
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:clang-step
138138
cache-to: type=inline

0 commit comments

Comments
 (0)