File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,22 +43,22 @@ jobs:
43
43
echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
44
44
-
45
45
name : Set up QEMU
46
- uses : docker/setup-qemu-action@v1
46
+ uses : docker/setup-qemu-action@v3
47
47
-
48
48
name : Set up Docker Buildx
49
- uses : docker/setup-buildx-action@v1
49
+ uses : docker/setup-buildx-action@v3
50
50
-
51
51
name : Login to the container registry
52
52
if : github.event_name != 'pull_request'
53
- uses : docker/login-action@v1
53
+ uses : docker/login-action@v3
54
54
with :
55
55
registry : quay.io
56
56
username : ${{ secrets.REGISTRY_USERNAME }}
57
57
password : ${{ secrets.REGISTRY_TOKEN }}
58
58
-
59
59
name : Build and push
60
60
id : docker_build
61
- uses : docker/build-push-action@v2
61
+ uses : docker/build-push-action@v6
62
62
with :
63
63
context : .
64
64
file : ./Dockerfile.multiarch
You can’t perform that action at this time.
0 commit comments