Skip to content

Commit

Permalink
multi-arch is literally the worst
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie committed Nov 16, 2024
1 parent 2d6dd33 commit 1cbbd14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- id: docker_meta
- name: Set Docker metadata
id: docker_meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/some-natalie/kubernoodles/${{ matrix.os }}
Expand All @@ -55,6 +56,7 @@ jobs:
- name: Build and push the containers
uses: docker/build-push-action@v6
id: build-and-push
with:
file: ./images/${{ matrix.os }}.Dockerfile
push: true
Expand Down

0 comments on commit 1cbbd14

Please sign in to comment.