Skip to content

Commit dd1ccd0

Browse files
committed
fix: checkout repository to access build script
1 parent 47077cc commit dd1ccd0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,14 @@ jobs:
175175
platforms: linux/amd64,linux/arm64
176176
buildkitd-flags: "--debug"
177177

178+
- name: 📦 Check out the codebase
179+
uses: actions/checkout@v4.1.7
180+
178181
- name: 🚀 Create manifest list and push
179182
shell: bash
180183
run: .github/scripts/build-images.sh
184+
env:
185+
DOCKER_NAMESPACE: ${{ secrets.DOCKER_NAMESPACE }}
186+
GHCR_NAMESPACE: ${{ secrets.GHCR_NAMESPACE }}
181187

182188
...

0 commit comments

Comments
 (0)