Skip to content

Commit 5450563

Browse files
committed
Update GHA
1 parent 1d27216 commit 5450563

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
steps:
1818

1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121

2222
- name: Docker meta
2323
id: meta
24-
uses: docker/metadata-action@v3
24+
uses: docker/metadata-action@v4
2525
with:
2626
# list of Docker images to use as base name for tags
2727
images: |
@@ -35,20 +35,20 @@ jobs:
3535
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
3636
3737
- name: Set up QEMU
38-
uses: docker/setup-qemu-action@v1
38+
uses: docker/setup-qemu-action@v2
3939

4040
- name: Set up Docker Buildx
41-
uses: docker/setup-buildx-action@v1
41+
uses: docker/setup-buildx-action@v2
4242

4343
- name: Login to GitHub Container Registry
44-
uses: docker/login-action@v1
44+
uses: docker/login-action@v2
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}
4848
password: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Build and push
51-
uses: docker/build-push-action@v2
51+
uses: docker/build-push-action@v3
5252
with:
5353
platforms: linux/amd64
5454
context: .

0 commit comments

Comments
 (0)