From 01d58b79b0f5871db4e58052a489784ec9b5c09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 04:22:49 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 3.2.0 to 3.3.0 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] --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e88d0a1..9549f6b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -26,7 +26,7 @@ jobs: - run: echo GIT_SHA_SHORT=$(git rev-parse --short HEAD) >> $GITHUB_ENV - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: registry: ${{ env.REGISTRY }} username: ${{ secrets.AETHER_REGISTRY_USERNAME }} @@ -132,7 +132,7 @@ jobs: with: go-version-file: 'go.mod' - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: registry: ${{ env.REGISTRY }} username: ${{ secrets.DOCKERHUB_USERNAME }}