Skip to content

Commit e5bd1d1

Browse files
chore(deps): update docker/login-action action to v3.4.0
1 parent 4e4e89f commit e5bd1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up Buildx
5656
uses: docker/setup-buildx-action@v3
5757
- name: Login to GitHub Container Registry
58-
uses: docker/login-action@v3
58+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
5959
with:
6060
registry: ghcr.io
6161
username: ${{ github.actor }}
@@ -103,7 +103,7 @@ jobs:
103103
- name: Checkout
104104
uses: actions/checkout@v4
105105
- name: Login to GitHub Container Registry
106-
uses: docker/login-action@v3
106+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
107107
with:
108108
registry: ghcr.io
109109
username: ${{ github.actor }}

0 commit comments

Comments
 (0)