aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-06-05 14:45:55 -0400
committerGravatar GitHub <noreply@github.com> 2024-06-05 14:45:55 -0400
commit32ae647119d6bdd53f4b4bbbe9a91f7a6481275c (patch)
tree83784b92d34d4f4e4e1fa9e8e1bb88309dff8749
parent1787b01254f692b30e0be1cdde535448218aa915 (diff)
downloadcoredns-32ae647119d6bdd53f4b4bbbe9a91f7a6481275c.tar.gz
coredns-32ae647119d6bdd53f4b4bbbe9a91f7a6481275c.tar.zst
coredns-32ae647119d6bdd53f4b4bbbe9a91f7a6481275c.zip
build(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#6722)HEADmaster
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/e92390c5fb421da1463c202d546fed0ec5c39f20...0d4c9c5ea7693da7b068278f7b52bda2a190a446) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 67ef06f4f..32ffa7c7d 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -26,7 +26,7 @@ jobs:
- name: Show Docker Images
run: docker images
- name: Docker login
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
+ uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}