Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DoomHammer authored Oct 31, 2023
1 parent 78e31fc commit 1e523db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
id: qemu
uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm/v7,linux/arm/v8
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
- name: Set up Docker Buildx
id: buildx
uses: docker/[email protected]
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
platforms: linux/amd64,linux/arm/v7,linux/arm/v8
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 1e523db

Please sign in to comment.