Merge pull request #69 from BretFisher/dependabot/github_actions/docker/login-action-3.1.0

Bump docker/login-action from 3.0.0 to 3.1.0
This commit is contained in:
Bret Fisher
2024-03-24 23:21:42 +01:00
committed by GitHub

View File

@@ -141,14 +141,14 @@ jobs:
- name: Login to DockerHub - name: Login to DockerHub
if: inputs.dockerhub-enable if: inputs.dockerhub-enable
uses: docker/login-action@v3.0.0 uses: docker/login-action@v3.1.0
with: with:
username: ${{ secrets.dockerhub-username }} username: ${{ secrets.dockerhub-username }}
password: ${{ secrets.dockerhub-token }} password: ${{ secrets.dockerhub-token }}
- name: Login to GHCR - name: Login to GHCR
if: inputs.ghcr-enable if: inputs.ghcr-enable
uses: docker/login-action@v3.0.0 uses: docker/login-action@v3.1.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}