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}} type=semver,pattern={{major}}
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }} password: ${{ secrets.DOCKER_TOKEN }}
# - name: Log in to the Container registry # - name: Log in to the Container registry
# uses: docker/login-action@v3 # uses: docker/login-action@v4
# with: # with:
# registry: ghcr.io # registry: ghcr.io
# username: ${{ github.actor }} # username: ${{ github.actor }}