Skip to content

Commit

Permalink
Merge pull request #24 from HCL-TECH-SOFTWARE/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/docker/login-action-3.1.0

Bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
Stwissel authored Apr 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents a92d55c + 076321f commit 4c33cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_container.yml
Original file line number Diff line number Diff line change
@@ -39,13 +39,13 @@ jobs:
${{ runner.os }}-buildx-
- name: Docker Hub login
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: GitHub container Registry login
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}

0 comments on commit 4c33cae

Please sign in to comment.