From f0e54003498869946eccd6ccb96b456e4b356a21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:36:05 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5.1.0 (#648) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update docker/build-push-action action to v5.1.0 * refactor: Linting workflow --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Götz Görisch --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fd7f6b5..be4c462c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,13 +138,13 @@ jobs: # yamllint enable rule:line-length - name: Login to GitHub Container Registry uses: docker/login-action@v3.0.0 - if: env.IS_NOT_PR == 'true' && ${{ github.actor }} != 'dependabot' + if: env.IS_NOT_PR == 'true' with: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build Docker Release - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: file: "./UmatiDashboardOpcUaClient/Dockerfile" context: ./UmatiDashboardOpcUaClient