File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,10 @@ jobs:
31
31
echo "IMAGE=$IMAGE" >> $GITHUB_ENV # ${{ env.IMAGE }}
32
32
echo "VERSION=$VERSION" >> $GITHUB_ENV # ${{ env.VERSION }}
33
33
echo "TAG=$TAG" >> $GITHUB_ENV # ${{ env.TAG }}
34
- -
35
- name : Set up QEMU
36
- uses : docker/setup-qemu-action@v3.0.0
37
34
-
38
35
name : Set up Docker Buildx
39
36
id : buildx
40
- uses : docker/setup-buildx-action@v3.0 .0
37
+ uses : docker/setup-buildx-action@v3.1 .0
41
38
-
42
39
name : Available platforms
43
40
run : echo ${{ steps.buildx.outputs.platforms }}
@@ -51,13 +48,13 @@ jobs:
51
48
# ${{ runner.os }}-buildx-
52
49
-
53
50
name : Login to DockerHub
54
- uses : docker/login-action@v3.0 .0
51
+ uses : docker/login-action@v3.1 .0
55
52
with :
56
53
username : ${{ secrets.DOCKER_USER }}
57
54
password : ${{ secrets.DOCKER_TOKEN }}
58
55
-
59
56
name : Build and push
60
- uses : docker/build-push-action@v5.1 .0
57
+ uses : docker/build-push-action@v5.2 .0
61
58
with :
62
59
context : .
63
60
platforms : linux/amd64
You can’t perform that action at this time.
0 commit comments