Skip to content

Commit 10e46e7

Browse files
authoredJul 29, 2024··
Bump docker/login-action from 3.2.0 to 3.3.0 (#614)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@0d4c9c5...9780b0c) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3148572 commit 10e46e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/base-release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ jobs:
6464
run: make generate-sources
6565

6666
- name: Log into Docker.io
67-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
67+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
6868
with:
6969
username: ${{ secrets.DOCKER_USERNAME }}
7070
password: ${{ secrets.DOCKER_PASSWORD }}
7171

7272
- name: Login to GitHub Package Registry
73-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
73+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.repository_owner }}
@@ -139,13 +139,13 @@ jobs:
139139
run: ls -R distributions/${{ inputs.distribution }}/dist
140140

141141
- name: Log into Docker.io
142-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
142+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
143143
with:
144144
username: ${{ secrets.DOCKER_USERNAME }}
145145
password: ${{ secrets.DOCKER_PASSWORD }}
146146

147147
- name: Login to GitHub Package Registry
148-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
148+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
149149
with:
150150
registry: ghcr.io
151151
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)
Please sign in to comment.