Skip to content

Commit 96c8d4a

Browse files
authored
Merge pull request #832 from bcgov/dependabot/github_actions/docker/login-action-4.6.0
Bump docker/login-action from 4.5.2 to 4.6.0
2 parents 6858f8b + 0a2c24f commit 96c8d4a

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@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
38+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
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@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
71+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
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@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
104+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
105105
with:
106106
registry: image-registry.apps.silver.devops.gov.bc.ca
107107
username: ${{ secrets.OPENSHIFT_SILVER_SERVICEACCOUNT_USERNAME }}

0 commit comments

Comments
 (0)