Skip to content

Commit

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

Bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
marvinbuss authored Apr 28, 2024
2 parents c083aea + 43919b2 commit ac41ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_containerTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

# Login Container Registry
- name: Login Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
id: registry_login
if: github.event_name != 'pull_request'
with:
Expand Down

0 comments on commit ac41ee6

Please sign in to comment.