Skip to content

Commit

Permalink
Merge pull request #18 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 authored Sep 23, 2024
2 parents 1dd4ae1 + 515347f commit c9b47aa
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 @@ -104,7 +104,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 c9b47aa

Please sign in to comment.