chore: upgrade docker actions to Node.js 24 (login-action@v4, build-push-action@v7)

This commit is contained in:
ZdenekSrotyr 2026-04-09 14:22:11 +02:00
parent 6ebfc15010
commit 22b4d830e5

View file

@ -35,14 +35,14 @@ jobs:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Log in to GHCR - name: Log in to GHCR
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
push: true push: true
tags: ghcr.io/${{ github.repository }}:latest tags: ghcr.io/${{ github.repository }}:latest