Skip to content

Commit

Permalink
test action dependent docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed May 23, 2024
1 parent eeeae3f commit ed4a2b7
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ jobs:
with:
context: builder-base
tags: |
yolean/builder-base:latest
ghcr.io/yolean/builder-base:latest
ghcr.io/yolean/builder-base:${{ github.sha }}
platforms: linux/amd64,linux/arm64/v8
push: false
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
-
Expand All @@ -55,13 +54,12 @@ jobs:
with:
context: builder-base-gcc
build-contexts: |
yolean/builder-base=docker-image://yolean/builder-base:latest
yolean/builder-base=docker-image://ghcr.io/yolean/builder-base:latest
tags: |
yolean/builder-base-gcc:latest
ghcr.io/yolean/builder-base-gcc:latest
ghcr.io/yolean/builder-base-gcc:${{ github.sha }}
platforms: linux/amd64,linux/arm64/v8
push: false
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
-
Expand All @@ -72,13 +70,12 @@ jobs:
with:
context: builder-quarkus
build-contexts: |
yolean/builder-base=docker-image://yolean/builder-base:latest
yolean/builder-base-gcc=docker-image://yolean/builder-base-gcc:latest
yolean/builder-base=docker-image://ghcr.io/yolean/builder-base:latest
yolean/builder-base-gcc=docker-image://ghcr.io/yolean/builder-base-gcc:latest
tags: |
yolean/builder-quarkus:latest
ghcr.io/yolean/builder-quarkus:latest
ghcr.io/yolean/builder-quarkus:${{ github.sha }}
platforms: linux/amd64,linux/arm64/v8
push: false
push: true
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit ed4a2b7

Please sign in to comment.