Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit ba072e6

Browse files
committed
fix workflows
1 parent cebe45b commit ba072e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
context: ./images/base
3838
push: true
3939
tags: |
40-
${IMAGE_BASE}:base-pr-${{ github.event.pull_request.number }}
40+
${{ env.IMAGE_BASE }}:base-pr-${{ github.event.pull_request.number }}
4141
4242
- name: Build github-actions-runner:kaniko-sidecar
4343
uses: docker/build-push-action@v2
4444
with:
4545
context: ./images/kaniko-sidecar
4646
push: true
4747
tags: |
48-
${IMAGE_BASE}:kaniko-sidecar-pr-${{ github.event.pull_request.number }}
48+
${{ env.IMAGE_BASE }}:kaniko-sidecar-pr-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)