3
0
mirror of https://github.com/kolaente/docker-db-backup.git synced 2026-03-24 21:43:48 +01:00

chore(deps): update docker/login-action action to v4

This commit is contained in:
renovate[bot]
2026-03-04 10:51:00 +00:00
committed by GitHub
parent 8fb8381c09
commit ed71cb2d71

View File

@@ -67,14 +67,14 @@ jobs:
- name: Log into Docker Hub - name: Log into Docker Hub
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
username: ${{ vars.DOCKER_HUB_USERNAME }} username: ${{ vars.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }} password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Log into registry ${{ env.REGISTRY }} - name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}