Merge pull request #11 from cupcakearmy/dependabot/github_actions/docker/login-action-4

Bump docker/login-action from 3 to 4
This commit is contained in:
2026-04-05 11:16:41 +02:00
committed by GitHub

View File

@@ -30,12 +30,12 @@ jobs:
type=semver,pattern={{major}}
- name: Log in to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
# - name: Log in to the Container registry
# uses: docker/login-action@v3
# uses: docker/login-action@v4
# with:
# registry: ghcr.io
# username: ${{ github.actor }}