Skip to content

Commit

Permalink
chore: start debugging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jul 18, 2024
1 parent f9871d5 commit 2ecb32f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
variant:
- base/base-docker-x86_64
- base/base-docker-aarch64
- base/devtools-docker-aarch64
- base/devtools-docker-x86_64

outputs:
artifact: ${{ matrix.variant }}
Expand Down Expand Up @@ -115,8 +113,6 @@ jobs:
#### DOCKER PUSH ######

docker-push:
strategy:
fail-fast: false
runs-on: ubuntu-latest
needs: docker
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -151,7 +147,7 @@ jobs:
docker-layer:
runs-on: ubuntu-latest
needs: docker-push
# needs: docker-push
strategy:
fail-fast: true
matrix:
Expand All @@ -165,7 +161,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Build images
uses: docker/build-push-action@v6
uses: dockerfiles/build-push-action@v6
with:
context: .
file: ${{ matrix.dockerfile }}
Expand Down

0 comments on commit 2ecb32f

Please sign in to comment.