Skip to content

Commit

Permalink
Merge pull request #61 from wayofdev/ci/structure-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Aug 26, 2024
2 parents 47077cc + dd1ccd0 commit 5ef1845
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,14 @@ jobs:
platforms: linux/amd64,linux/arm64
buildkitd-flags: "--debug"

- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7

- name: 🚀 Create manifest list and push
shell: bash
run: .github/scripts/build-images.sh
env:
DOCKER_NAMESPACE: ${{ secrets.DOCKER_NAMESPACE }}
GHCR_NAMESPACE: ${{ secrets.GHCR_NAMESPACE }}

...

0 comments on commit 5ef1845

Please sign in to comment.