Skip to content

Commit

Permalink
GA tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Dec 8, 2023
1 parent 12c5ff5 commit 1674f11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-push-buildx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ jobs:
-
name: Build
uses: docker/bake-action@v4
env:
IMAGE_REPO: ghcr.io/${{ github.repository_owner }}
IMAGE_TAG: testing--docker-buildx
PLATFORMS: linux/amd64,linux/arm64
TAG: testing--docker-buildx
with:
files: |
./docker-bake.hcl
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
-
name: Wait for dependent builds to succeed
if: ${{ matrix.requires }}
uses: lewagon/wait-on-check-action@v1
uses: lewagon/wait-on-check-action@v1.3.1
with:
ref: ${{ github.ref }}
check-regexp: 'build \(${{ matrix.requires }},.?'
Expand All @@ -321,6 +321,8 @@ jobs:
org.opencontainers.image.source=https://github.com/${{ github.repository_owner }}/lagoon-images/tree/${{ github.ref_name }}/${{ matrix.context }}/${{ matrix.dockerfile }}
org.opencontainers.image.title=${{ github.repository_owner }}/${{ matrix.image_name }}
org.opencontainers.image.url=https://github.com/uselagoon/lagoon-images
tags: |
type=ref,event=branch
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 1674f11

Please sign in to comment.