aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-15 10:38:32 +0100
committerGitHub <noreply@github.com>2024-07-15 10:38:32 +0100
commit0154e3d0dfeeac0051afaf8199fcbd022d8900ce (patch)
tree2defc7a5b73e7005abfa097b5cdb4243c31de13e
parentchore(deps): bump actions/checkout from 3 to 4 (#2270) (diff)
downloadatuin-0154e3d0dfeeac0051afaf8199fcbd022d8900ce.zip
chore(deps): bump docker/login-action from 2 to 3 (#2271)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... 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.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml
index 49992428..8d1d3020 100644
--- a/.github/workflows/docker.yaml
+++ b/.github/workflows/docker.yaml
@@ -30,7 +30,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to container Registry
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
@@ -80,7 +80,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to container Registry
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
@@ -119,7 +119,7 @@ jobs:
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV
- name: Login to container Registry
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}