Skip to content

Commit b971d86

Browse files
Merge pull request #113 from ocp-power-automation/dependabot/github_actions/docker/login-action-3.4.0
Bump docker/login-action from 3.3.0 to 3.4.0
2 parents 1733b4e + 4d1b31b commit b971d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-operator-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-buildx-action@v3
3636

3737
- name: Login to ghcr.io
38-
uses: docker/login-action@v3.3.0
38+
uses: docker/login-action@v3.4.0
3939
with:
4040
registry: ghcr.io
4141
username: ${{ github.actor }}

0 commit comments

Comments
 (0)