Skip to content

Commit 4adc083

Browse files
committed
ci: Update actions
1 parent b338e91 commit 4adc083

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-image.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,36 +43,36 @@ jobs:
4343

4444
steps:
4545
- name: Checkout the repo
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747

4848
- name: Set up QEMU
49-
uses: docker/setup-qemu-action@v2
49+
uses: docker/setup-qemu-action@v3
5050
with:
5151
platforms: amd64,arm64
5252

5353
- name: Set up Docker Buildx
54-
uses: docker/setup-buildx-action@v2
54+
uses: docker/setup-buildx-action@v3
5555
with:
5656
platforms: ${{ inputs.platforms }}
5757

5858
- name: Login to GitHub Container Registry
59-
uses: docker/login-action@v2
59+
uses: docker/login-action@v3
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464

6565
- name: Extract metadata (tags, labels) for Docker
6666
id: meta
67-
uses: docker/metadata-action@v4
67+
uses: docker/metadata-action@v5
6868
with:
6969
images: ghcr.io/redmadrobot/android/${{ inputs.image-name }}
7070
tags: ${{ inputs.tags }}
7171
labels: |
7272
org.opencontainers.image.title=${{ inputs.title }}
7373
7474
- name: Build and push Docker images
75-
uses: docker/build-push-action@v4
75+
uses: docker/build-push-action@v5
7676
with:
7777
context: ${{ inputs.context }}
7878
push: true

0 commit comments

Comments
 (0)