Skip to content

Commit

Permalink
Merge pull request #26 from bcgov/dependabot/github_actions/docker/lo…
Browse files Browse the repository at this point in the history
…gin-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
SoLetsDev committed Sep 19, 2024
2 parents 3a90039 + 1fe562b commit 906edc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
echo "IMAGE_TAGS=latest ${GITHUB_SHA::12}" | tee -a $GITHUB_ENV
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.DOCKER_ARTIFACTORY_REPO }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down

0 comments on commit 906edc3

Please sign in to comment.