From 3515464cda68559706382f7a4e32b0ebcc80133d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 15:10:21 +0000 Subject: [PATCH 1/2] Update docker/login-action action to v2 --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 042d630a..6d3f35d1 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -12,7 +12,7 @@ jobs: fetch-depth: 1 - name: Login to Registry1 - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: registry1.dso.mil username: ${{ secrets.REGISTRY1_USERNAME }} From 6f2a01b29eac5735707965a9958978c0a11a1400 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 21:35:02 +0000 Subject: [PATCH 2/2] Update docker/login-action action to v2 [ci-skip] | datasource | package | from | to | | ----------- | ------------------- | ---- | -- | | github-tags | docker/login-action | v1 | v2 | --- .github/workflows/pipeline.eksctl.yaml | 2 +- .github/workflows/pipeline.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.eksctl.yaml b/.github/workflows/pipeline.eksctl.yaml index e4444f2f..cea08d8d 100644 --- a/.github/workflows/pipeline.eksctl.yaml +++ b/.github/workflows/pipeline.eksctl.yaml @@ -27,7 +27,7 @@ jobs: download-init-package: true - name: Login to Registry1 - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: registry1.dso.mil username: ${{ secrets.REGISTRY1_USERNAME }} diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 042d630a..6d3f35d1 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -12,7 +12,7 @@ jobs: fetch-depth: 1 - name: Login to Registry1 - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: registry1.dso.mil username: ${{ secrets.REGISTRY1_USERNAME }}