Skip to content

Commit 6fad0b8

Browse files
Bump docker/login-action from 3.3.0 to 3.4.0 (#300)
1 parent 08a3f3b commit 6fad0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- run: echo GIT_SHA_SHORT=$(git rev-parse --short HEAD) >> $GITHUB_ENV
2828

29-
- uses: docker/login-action@v3.3.0
29+
- uses: docker/login-action@v3.4.0
3030
with:
3131
registry: ${{ env.REGISTRY }}
3232
username: ${{ secrets.AETHER_REGISTRY_USERNAME }}
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
go-version-file: 'go.mod'
134134

135-
- uses: docker/login-action@v3.3.0
135+
- uses: docker/login-action@v3.4.0
136136
with:
137137
registry: ${{ env.REGISTRY }}
138138
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)