Skip to content

Commit

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

chore(deps): bump docker/login-action from 3.1.0 to 3.3.0
  • Loading branch information
nmeisenzahl authored Aug 29, 2024
2 parents 6da3e9d + 114a320 commit 8865033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Login to GitHub Container Registry
# https://github.com/docker/login-action
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ inputs.REGISTRY }}
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Login to GitHub Container Registry
if: steps.copa.conclusion == 'success'
id: login
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ inputs.REGISTRY }}
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sign-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Login to GitHub Container Registry
id: login
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ inputs.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 8865033

Please sign in to comment.