Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
dbca703106
Merge f3949cebae into 31148c58df 2025-03-15 00:07:37 +00:00
renovate[bot]
f3949cebae
Update docker/login-action action to v3.4.0 2025-03-15 00:07:34 +00:00

View File

@ -55,7 +55,7 @@ jobs:
# https://github.com/docker/login-action # https://github.com/docker/login-action
- 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@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}