Skip to content

Commit 3365968

Browse files
authored
Merge pull request #127 from bcgov/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 120e38a + 280b3c4 commit 3365968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to.openshift-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
echo "IMAGE_TAGS=latest ${GITHUB_SHA::12}" | tee -a $GITHUB_ENV
101101
- name: Login to Docker Hub
102-
uses: docker/login-action@v2
102+
uses: docker/login-action@v3
103103
with:
104104
registry: ${{ env.DOCKER_ARTIFACTORY_REPO }}
105105
username: ${{ secrets.DOCKER_HUB_USERNAME }}

0 commit comments

Comments
 (0)