Skip to content

Commit 768778c

Browse files
Update to actual latest action versions from 2026
1 parent cd6105d commit 768778c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Set up Docker Buildx
2828
uses: docker/setup-buildx-action@v3
2929

3030
- name: Log in to Container Registry
3131
if: github.event_name != 'pull_request'
32-
uses: docker/login-action@v3
32+
uses: docker/login-action@v3.6.0
3333
with:
3434
registry: ${{ env.REGISTRY }}
3535
username: ${{ github.actor }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Extract metadata (tags, labels)
3939
id: meta
40-
uses: docker/metadata-action@v5
40+
uses: docker/metadata-action@v5.7.0
4141
with:
4242
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4343
tags: |

0 commit comments

Comments
 (0)