Skip to content

Commit a1ee285

Browse files
authored
Update Docker workflow
1 parent b6c5657 commit a1ee285

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,6 @@ jobs:
2323
username: ${{ github.repository_owner }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525

26-
- name: Build linux/amd64
27-
id: docker_build
28-
uses: docker/build-push-action@v2
29-
with:
30-
context: .
31-
file: ./Dockerfile
32-
platforms: linux/amd64
33-
34-
- name: Build linux/arm64
35-
id: docker_build_arm64
36-
uses: docker/build-push-action@v2
37-
with:
38-
context: .
39-
file: ./Dockerfile
40-
platforms: linux/arm64
41-
4226
- name: Push images
4327
id: docker_push
4428
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)