Skip to content

Commit

Permalink
Merge pull request #67 from fluxcd/dependabot/github_actions/docker/l…
Browse files Browse the repository at this point in the history
…ogin-action-2.2.0

Bump docker/login-action from 2.1.0 to 2.2.0
  • Loading branch information
makkes committed Jun 19, 2023
2 parents dace278 + d8c9336 commit af924d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
- uses: anchore/sbom-action/download-syft@4d571ad1038a9cc29d676154ef265ab8f9027042 # v0.14.2
- uses: fluxcd/pkg/actions/kustomize@main
- name: Docker login ghcr.io
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
with:
registry: ghcr.io
username: fluxcdbot
password: ${{ secrets.GHCR_TOKEN }}
- name: Docker login docker.io
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
with:
username: fluxcdbot
password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
Expand Down

0 comments on commit af924d0

Please sign in to comment.