Skip to content

Commit 6af0a0c

Browse files
committed
Update versions of actions
1 parent f8c0fdb commit 6af0a0c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,32 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222

2323
- name: Set up QEMU
24-
uses: docker/setup-qemu-action@v3
24+
uses: docker/setup-qemu-action@v4
2525

2626
- name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@v3
27+
uses: docker/setup-buildx-action@v4
2828

2929
- name: Log in to the Container registry
30-
uses: docker/login-action@v3
30+
uses: docker/login-action@v4
3131
with:
3232
registry: ${{ env.REGISTRY }}
3333
username: ${{ github.actor }}
3434
password: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Extract metadata
3737
id: meta
38-
uses: docker/metadata-action@v5
38+
uses: docker/metadata-action@v6
3939
with:
4040
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4141
tags: |
4242
type=ref,event=tag
4343
type=raw,value=latest
4444
4545
- name: Build and push Docker image
46-
uses: docker/build-push-action@v6
46+
uses: docker/build-push-action@v7
4747
with:
4848
context: .
4949
push: true

0 commit comments

Comments
 (0)