File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
31
31
fail-fast : false
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
36
36
- name : Docker meta
37
37
id : meta
38
- uses : docker/metadata-action@v4
38
+ uses : docker/metadata-action@v5.5.0
39
39
with :
40
40
# list of Docker images to use as base name for tags
41
41
images : |
@@ -48,19 +48,19 @@ jobs:
48
48
latest=false
49
49
50
50
- name : Set up QEMU
51
- uses : docker/setup-qemu-action@v2
51
+ uses : docker/setup-qemu-action@v3
52
52
53
53
- name : Set up Docker Buildx
54
- uses : docker/setup-buildx-action@v2
54
+ uses : docker/setup-buildx-action@v3
55
55
56
56
- name : Login to Docker Hub
57
- uses : docker/login-action@v2
57
+ uses : docker/login-action@v3
58
58
with :
59
59
username : ${{ secrets.DOCKER_HUB_USERNAME }}
60
60
password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
61
61
62
62
- name : Build fish:${{ matrix.version.fish }} image
63
- uses : docker/build-push-action@v3
63
+ uses : docker/build-push-action@v5
64
64
with :
65
65
push : true
66
66
context : .
You can’t perform that action at this time.
0 commit comments