summaryrefslogtreecommitdiff
path: root/.github/workflows/docker-release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/docker-release.yml')
-rw-r--r--.github/workflows/docker-release.yml4
1 files changed, 2 insertions, 2 deletions
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 }}