diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2022-02-27 16:54:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-27 16:54:12 -0500 |
| commit | 5f87a079db6ee741812ef7c2e88bd741f5a58f31 (patch) | |
| tree | e390f0b9f4531becdddf832fee2d71bbca41182e /.github | |
| parent | aa001f066afd043012b66c9ad6c6f15bdb514637 (diff) | |
| parent | 6f10e81064df8cb4ab65b4025f03d4f7cb99da90 (diff) | |
Merge pull request #1323 from hairyhenderson/dependabot/github_actions/docker/login-action-1.13.0
Bump docker/login-action from 1.10.0 to 1.13.0
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8636a2a1..3856b03b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -54,14 +54,14 @@ jobs: docker buildx imagetools create --dry-run -t localhost:5000/gomplate:dev-alpine localhost:5000/gomplate:alpine if: github.repository != 'hairyhenderson/gomplate' || (github.ref != 'refs/heads/master' && env.is_tag != 'true') - name: Login to GHCR - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v1.13.0 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} if: github.repository == 'hairyhenderson/gomplate' && (github.ref == 'refs/heads/master' || env.is_tag == 'true') - name: Login to DockerHub - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v1.13.0 with: # NOTE: DOCKERHUB_TOKEN and DOCKERHUB_USERNAME must be present in https://github.com/hairyhenderson/gomplate/settings username: ${{ secrets.DOCKERHUB_USERNAME }} |
