Checkout repo before running build stage of validate image action
This commit is contained in:
parent
d765616d7c
commit
0fb6312706
@ -12,9 +12,12 @@ jobs:
|
||||
"Validate Image":
|
||||
runs-on: [ubuntu-docker-latest, linux/amd64]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Build locally
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
load: true
|
||||
tags: ${{ env.TEST_TAG }}
|
||||
provenance: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user