Skip to content

Commit 73381e4

Browse files
chore(deps): bump docker/login-action from 4 to 4.5.2 (#1739)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 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 b710062 commit 73381e4

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish-custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Get image repository
2828
run: echo GHCR_IMAGE_REPOSITORY=$(echo ghcr.io/${{ github.actor }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
2929
- name: Login to GitHub Container Registry
30-
uses: docker/login-action@v4
30+
uses: docker/login-action@v4.5.2
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.actor }}

.github/workflows/publish-experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Get image repository
1414
run: echo IMAGE_REPOSITORY=$(echo ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
1515
- name: Login to Docker Registry
16-
uses: docker/login-action@v4
16+
uses: docker/login-action@v4.5.2
1717
with:
1818
username: ${{ secrets.DOCKER_USERNAME }}
1919
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/publish-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
echo DOCKER_IMAGE_REPOSITORY=$(echo ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
2424
echo GHCR_IMAGE_REPOSITORY=$(echo ghcr.io/${{ github.actor }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
2525
- name: Login to Docker Registry
26-
uses: docker/login-action@v4
26+
uses: docker/login-action@v4.5.2
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_PASSWORD }}
3030
- name: Login to GitHub Container Registry
31-
uses: docker/login-action@v4
31+
uses: docker/login-action@v4.5.2
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
- name: Get the release
2121
run: echo RELEASE=${GITHUB_REF/refs\/tags\//} >> $GITHUB_ENV
2222
- name: Login to Docker Registry
23-
uses: docker/login-action@v4
23+
uses: docker/login-action@v4.5.2
2424
with:
2525
username: ${{ secrets.DOCKER_USERNAME }}
2626
password: ${{ secrets.DOCKER_PASSWORD }}
2727
- name: Login to GitHub Container Registry
28-
uses: docker/login-action@v4
28+
uses: docker/login-action@v4.5.2
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)