Skip to content

Commit 03869d8

Browse files
authored
Update GH Actions
1 parent 69df550 commit 03869d8

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/latest.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,30 @@ on:
44
push:
55
tags:
66
- '*'
7-
8-
env:
9-
REGISTRY: ghcr.io
10-
IMAGE_NAME: ${{ github.repository }}
117

128
jobs:
139
latest:
1410
runs-on: ubuntu-latest
1511
steps:
1612
- name: Checkout repository
17-
uses: actions/checkout@v3
13+
uses: actions/checkout@v5
1814

1915
- name: Set up QEMU
20-
uses: docker/setup-qemu-action@v2
16+
uses: docker/setup-qemu-action@v3
2117
with:
2218
platforms: all
2319

2420
- name: Set up Docker Buildx
25-
uses: docker/setup-buildx-action@v2
21+
uses: docker/setup-buildx-action@v3
2622
with:
2723
version: latest
2824

2925
- name: Log in to the Container registry
30-
uses: docker/login-action@v2
26+
uses: docker/login-action@v3
3127
with:
32-
registry: ${{ env.REGISTRY }}
28+
registry: ghcr.io
3329
username: ${{ github.actor }}
34-
password: ${{ secrets.DOCKER_PASSWORD }}
30+
password: ${{ secrets.GITHUB_TOKEN }}
3531

3632
- name: Run Buildx
3733
run: |

0 commit comments

Comments
 (0)