Skip to content

Commit

Permalink
Merge pull request #222 from pouriyajamshidi/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/login-action-3.3.0

chore(deps): bump docker/login-action from 3.2.0 to 3.3.0
  • Loading branch information
pouriyajamshidi authored Jul 22, 2024
2 parents cfbfdea + 14e9a7b commit 18218de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# cache: true

- name: Log in to Docker Hub
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PASS }}
Expand All @@ -78,7 +78,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 18218de

Please sign in to comment.