Skip to content

Commit 2d0cf74

Browse files
Bump docker/login-action from 4.4.0 to 4.5.2 (#815)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@af1e73f...371161b) --- 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 8d37c5c commit 2d0cf74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_react_component_library_apps.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: docker build ./packages/react-components/ -f ./packages/react-components/Dockerfile.storybook -t design-system-react-components-storybook:latest --build-arg GITHUB_SHA=${{ github.sha }}
3636

3737
- name: Login to OpenShift Silver image registry
38-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
38+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
3939
with:
4040
registry: image-registry.apps.silver.devops.gov.bc.ca
4141
# This refers to the serviceaccount name alone, not the fully qualified
@@ -68,7 +68,7 @@ jobs:
6868
run: docker build ./packages/react-components/ -f ./packages/react-components/Dockerfile.storybook -t design-system-react-components-storybook:latest --build-arg GITHUB_SHA=${{ github.sha }}
6969

7070
- name: Login to OpenShift Silver image registry
71-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
71+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
7272
with:
7373
registry: image-registry.apps.silver.devops.gov.bc.ca
7474
# This refers to the serviceaccount name alone, not the fully qualified
@@ -101,7 +101,7 @@ jobs:
101101
run: docker build ./packages/react-components/ -f ./packages/react-components/Dockerfile.vite -t design-system-react-components-vite:latest
102102

103103
- name: Login to OpenShift Silver image registry
104-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
104+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
105105
with:
106106
registry: image-registry.apps.silver.devops.gov.bc.ca
107107
username: ${{ secrets.OPENSHIFT_SILVER_SERVICEACCOUNT_USERNAME }}

0 commit comments

Comments
 (0)