Skip to content

Commit 58d475e

Browse files
committed
action
1 parent 4eebed7 commit 58d475e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-test-sign-image.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ jobs:
145145
with:
146146
context: .
147147
file: ./Dockerfile
148-
build-args: BASE_IMAGE=examplestudy-base:latest
148+
build-args: |
149+
BASE_IMAGE=executionengine.azurecr.io/${{ steps.image.outputs.name }}-base:latest
149150
platforms: linux/amd64
150151
push: true
151152
tags: |

0 commit comments

Comments
 (0)