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 @@ -43,36 +43,36 @@ jobs:
43
43
44
44
steps :
45
45
- name : Checkout the repo
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
48
48
- name : Set up QEMU
49
- uses : docker/setup-qemu-action@v2
49
+ uses : docker/setup-qemu-action@v3
50
50
with :
51
51
platforms : amd64,arm64
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
with :
56
56
platforms : ${{ inputs.platforms }}
57
57
58
58
- name : Login to GitHub Container Registry
59
- uses : docker/login-action@v2
59
+ uses : docker/login-action@v3
60
60
with :
61
61
registry : ghcr.io
62
62
username : ${{ github.actor }}
63
63
password : ${{ secrets.GITHUB_TOKEN }}
64
64
65
65
- name : Extract metadata (tags, labels) for Docker
66
66
id : meta
67
- uses : docker/metadata-action@v4
67
+ uses : docker/metadata-action@v5
68
68
with :
69
69
images : ghcr.io/redmadrobot/android/${{ inputs.image-name }}
70
70
tags : ${{ inputs.tags }}
71
71
labels : |
72
72
org.opencontainers.image.title=${{ inputs.title }}
73
73
74
74
- name : Build and push Docker images
75
- uses : docker/build-push-action@v4
75
+ uses : docker/build-push-action@v5
76
76
with :
77
77
context : ${{ inputs.context }}
78
78
push : true
You can’t perform that action at this time.
0 commit comments