Checkout repo before running build stage of validate image action
All checks were successful
Test Pull Request / Build Image (pull_request) Successful in 4m20s
Test Pull Request / Notify (pull_request) Successful in 3s

This commit is contained in:
MrMeeb 2025-03-22 08:49:05 +00:00
parent d765616d7c
commit 0fb6312706
Signed by: MrMeeb
GPG Key ID: 3864A01CC606E310

View File

@ -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