Skip to content

Commit edaeca7

Browse files
committed
correct indentation
1 parent dbe6dd9 commit edaeca7

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/docker-image.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,25 @@ jobs:
2323
name: netfoundry-pypi-${{ github.run_id }}
2424
path: dist/
2525

26-
- name: Set up QEMU
27-
uses: docker/setup-qemu-action@master
28-
with:
29-
platforms: amd64,arm,arm64
30-
31-
- name: Set up Docker BuildKit
32-
id: buildx
33-
uses: docker/setup-buildx-action@master
34-
35-
- name: Login to Docker Hub
36-
uses: docker/login-action@v1
37-
with:
38-
username: ${{ secrets.DOCKER_HUB_API_USER }}
39-
password: ${{ secrets.DOCKER_HUB_API_TOKEN }}
40-
41-
- name: Build & Push Multi-Platform Container Image to Hub
42-
uses: docker/build-push-action@v2
43-
with:
44-
builder: ${{ steps.buildx.outputs.name }}
45-
platforms: linux/amd64,linux/arm/v7,linux/arm64
46-
push: true
47-
tags: netfoundry/python:kentest
26+
- name: Set up QEMU
27+
uses: docker/setup-qemu-action@master
28+
with:
29+
platforms: amd64,arm,arm64
30+
31+
- name: Set up Docker BuildKit
32+
id: buildx
33+
uses: docker/setup-buildx-action@master
34+
35+
- name: Login to Docker Hub
36+
uses: docker/login-action@v1
37+
with:
38+
username: ${{ secrets.DOCKER_HUB_API_USER }}
39+
password: ${{ secrets.DOCKER_HUB_API_TOKEN }}
40+
41+
- name: Build & Push Multi-Platform Container Image to Hub
42+
uses: docker/build-push-action@v2
43+
with:
44+
builder: ${{ steps.buildx.outputs.name }}
45+
platforms: linux/amd64,linux/arm/v7,linux/arm64
46+
push: true
47+
tags: netfoundry/python:kentest

0 commit comments

Comments
 (0)