Bump docker/login-action from 3.5.0 to 3.6.0 #78

Open
dependabot[bot] wants to merge 1 commits from dependabot/github_actions/docker/login-action-3.6.0 into master
Showing only changes of commit fe59520879 - Show all commits
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- 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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}