Skip to content

Commit 3bed278

Browse files
dependabot[bot]thibaultcha
authored andcommitted
chore(ci) bump docker/login-action from 3.3.0 to 3.4.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@9780b0c...74a5d14) --- 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>
1 parent 5c629c8 commit 3bed278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
steps:
146146
- uses: actions/checkout@v3
147147
- name: Login to GitHub Container Registry
148-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
148+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
149149
with:
150150
registry: ghcr.io
151151
username: ${{ github.repository_owner }}
@@ -270,7 +270,7 @@ jobs:
270270
# - name: Setup QEMU
271271
# uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
272272
# - name: Login to GitHub Container Registry
273-
# uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
273+
# uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
274274
# with:
275275
# registry: ghcr.io
276276
# username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)