Skip to content

Commit ab6e1d8

Browse files
chore(deps): update docker/login-action action to v3.5.0
1 parent beddc36 commit ab6e1d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585

8686
- name: "Login to DockerHub"
8787
if: inputs.docker_enabled
88-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
88+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
8989
with:
9090
username: "${{ secrets.DOCKERHUB_USERNAME }}"
9191
password: "${{ secrets.DOCKERHUB_TOKEN }}"
9292

9393
- name: "Login to GitHub Container Registry"
9494
if: inputs.docker_enabled
95-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
95+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
9696
with:
9797
registry: ghcr.io
9898
username: "${{ github.repository_owner }}"

0 commit comments

Comments
 (0)