Skip to content

Commit

Permalink
Make sure to re-add checkout before trying to run a local github action
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed May 16, 2024
1 parent 1c8a24c commit 4e2b528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
ala-hub:
runs-on: [ self-hosted ]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-and-push-docker-image
with:
name: ala-hub

0 comments on commit 4e2b528

Please sign in to comment.