Skip to content

Commit 7df9c1f

Browse files
committed
Updated docker build and push automation
1 parent 37a0be1 commit 7df9c1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker-image.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ jobs:
1414
uses: actions/checkout@v2
1515
-
1616
name: Set up QEMU
17-
uses: docker/setup-qemu-action@v1
17+
uses: docker/setup-qemu-action@v3
1818
-
1919
name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@v1
20+
uses: docker/setup-buildx-action@v3
2121
-
2222
name: Login to DockerHub
23-
uses: docker/login-action@v1
23+
uses: docker/login-action@v3
2424
with:
2525
username: ${{ secrets.DOCKER_USERNAME }}
2626
password: ${{ secrets.DOCKER_PASSWORD }}
2727
-
2828
name: Build and push
29-
uses: docker/build-push-action@v2
29+
uses: docker/build-push-action@v5
3030
with:
3131
context: .
32-
platforms: linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64/v8
32+
platforms: linux/amd64,linux/arm64
3333
push: true
3434
tags: petersem/exportarr:latest

0 commit comments

Comments
 (0)