Skip to content

Commit ed411a0

Browse files
Merge pull request #349 from bcgov/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents c1bfa5b + da2fda1 commit ed411a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.from.main.branch.deploy.to.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "TAG=latest ${GITHUB_SHA::12}" | tee -a $GITHUB_ENV
5050
5151
- name: Login to Docker Hub
52-
uses: docker/login-action@v2
52+
uses: docker/login-action@v3
5353
with:
5454
registry: ${{ vars.DOCKER_ARTIFACTORY_REPO }}
5555
username: ${{ vars.DOCKER_ARTIFACTORY_USERNAME }}

.github/workflows/build.from.release.branch.deploy.to.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "TAG=latest ${GITHUB_SHA::12}" | tee -a $GITHUB_ENV
5959
6060
- name: Login to Docker Hub
61-
uses: docker/login-action@v2
61+
uses: docker/login-action@v3
6262
with:
6363
registry: ${{ vars.DOCKER_ARTIFACTORY_REPO }}
6464
username: ${{ vars.DOCKER_ARTIFACTORY_USERNAME }}

.github/workflows/deploy.to.dev.jinil.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "TAG=latest ${GITHUB_SHA::12}" | tee -a $GITHUB_ENV
5252
5353
- name: Login to Docker Hub
54-
uses: docker/login-action@v2
54+
uses: docker/login-action@v3
5555
with:
5656
registry: ${{ vars.DOCKER_ARTIFACTORY_REPO }}
5757
username: ${{ vars.DOCKER_ARTIFACTORY_USERNAME }}

0 commit comments

Comments
 (0)