Merge pull request #6 from cupcakearmy/dependabot/github_actions/docker/login-action-3

Bump docker/login-action from 2 to 3
This commit is contained in:
2024-12-17 15:05:08 +01: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@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
# - name: Log in to the Container registry
# uses: docker/login-action@v2
# uses: docker/login-action@v3
# with:
# registry: ghcr.io
# username: ${{ github.actor }}