Skip to content

Commit

Permalink
Merge pull request #77 from brtz/dependabot/github_actions/docker/log…
Browse files Browse the repository at this point in the history
…in-action-3.2.0

Bump docker/login-action from 3.0.0 to 3.2.0
  • Loading branch information
brtz authored Jun 30, 2024
2 parents 1d694b8 + 47da228 commit 0396fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_projectdb_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: publish_projectdb_on_release_publish_to_dockerhub_login
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_projectdbctl_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: publish_projectdbctl_on_release_publish_to_dockerhub_login
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 0396fae

Please sign in to comment.