summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-02 11:52:58 -0400
committerGitHub <noreply@github.com>2024-09-02 11:52:58 -0400
commit8f40d1fffd456266a1ac563df8fde5589e52d8de (patch)
treed6367e94418db1280a7565b8c6a1972013a858ab /.github
parent2869ba16d6dfa9ee941c241060187deb6e0e5ee9 (diff)
deps(actions): Bump docker/login-action from 3.2.0 to 3.3.0 (#2189)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.2.0...v3.3.0) --- 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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker-main.yml4
-rw-r--r--.github/workflows/docker-release.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/docker-main.yml b/.github/workflows/docker-main.yml
index 2a98a825..41d89faa 100644
--- a/.github/workflows/docker-main.yml
+++ b/.github/workflows/docker-main.yml
@@ -21,13 +21,13 @@ jobs:
with:
fetch-depth: 0
- name: Login to GHCR
- uses: docker/login-action@v3.2.0
+ uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to DockerHub
- uses: docker/login-action@v3.2.0
+ uses: docker/login-action@v3.3.0
with:
# NOTE: DOCKERHUB_TOKEN and DOCKERHUB_USERNAME must be present in https://github.com/hairyhenderson/gomplate/settings
username: ${{ secrets.DOCKERHUB_USERNAME }}
diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml
index 17887e69..11bf4c23 100644
--- a/.github/workflows/docker-release.yml
+++ b/.github/workflows/docker-release.yml
@@ -27,13 +27,13 @@ jobs:
with:
fetch-depth: 0
- name: Login to GHCR
- uses: docker/login-action@v3.2.0
+ uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to DockerHub
- uses: docker/login-action@v3.2.0
+ uses: docker/login-action@v3.3.0
with:
# NOTE: DOCKERHUB_TOKEN and DOCKERHUB_USERNAME must be present in https://github.com/hairyhenderson/gomplate/settings
username: ${{ secrets.DOCKERHUB_USERNAME }}