Skip to content

Commit

Permalink
Merge pull request #69 from DependencyTrack/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/login-action-3.2.0

build(deps): bump docker/login-action from 3.1.0 to 3.2.0
  • Loading branch information
nscuro authored Jun 21, 2024
2 parents 09099c2 + c7c5428 commit aee311e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_meta-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
install: true

- name: Login to GitHub Container Registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
if: ${{ inputs.publish-container }}
with:
registry: ghcr.io
Expand Down

0 comments on commit aee311e

Please sign in to comment.