Skip to content

Commit

Permalink
put flows back together
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Nov 4, 2022
1 parent b84df28 commit 03e9fb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
strategy:
matrix:
arch: ["linux/amd64", "linux/arm64"]
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand All @@ -34,11 +31,8 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
platforms: ${{ matrix.arch }}
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
with:
install: true
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
platforms: ${{ matrix.arch }}
Expand Down

0 comments on commit 03e9fb4

Please sign in to comment.