From 4d2576f9fb65ce90ec08e6e0937e500a53fc73a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:28:35 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [regclient/actions/regctl-installer](https://github.com/regclient/actions). Updates `docker/login-action` from 3864d6aed8ff134b2ed894ce00c87695c709c870 to a244be39449bb9d5bcc834770924d8c3f72806ab - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/3864d6aed8ff134b2ed894ce00c87695c709c870...a244be39449bb9d5bcc834770924d8c3f72806ab) Updates `regclient/actions/regctl-installer` from 14f9d37db17b5dc41fefd1ffdd1af4b9e2490560 to 9a2d4216180dbb3e2dccfa60d2dd4afd98e42ec5 - [Release notes](https://github.com/regclient/actions/releases) - [Changelog](https://github.com/regclient/actions/blob/main/RELEASE.md) - [Commits](https://github.com/regclient/actions/compare/14f9d37db17b5dc41fefd1ffdd1af4b9e2490560...9a2d4216180dbb3e2dccfa60d2dd4afd98e42ec5) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: a244be39449bb9d5bcc834770924d8c3f72806ab dependency-type: direct:production dependency-group: actions - dependency-name: regclient/actions/regctl-installer dependency-version: 9a2d4216180dbb3e2dccfa60d2dd4afd98e42ec5 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/digabi-docker-build.yml | 2 +- .github/workflows/digabi2-companion-app-prod-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/digabi-docker-build.yml b/.github/workflows/digabi-docker-build.yml index 6d03d42..5e2a72b 100644 --- a/.github/workflows/digabi-docker-build.yml +++ b/.github/workflows/digabi-docker-build.yml @@ -119,7 +119,7 @@ jobs: npmrc=//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} - name: Log in to the GitHub Container registry if: ${{ inputs.tag-latest }} - uses: docker/login-action@3864d6aed8ff134b2ed894ce00c87695c709c870 + uses: docker/login-action@a244be39449bb9d5bcc834770924d8c3f72806ab with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/digabi2-companion-app-prod-release.yml b/.github/workflows/digabi2-companion-app-prod-release.yml index 4985fba..2c85775 100644 --- a/.github/workflows/digabi2-companion-app-prod-release.yml +++ b/.github/workflows/digabi2-companion-app-prod-release.yml @@ -32,7 +32,7 @@ jobs: id: login-ecr uses: aws-actions/amazon-ecr-login@v2 - name: Install regctl - uses: regclient/actions/regctl-installer@14f9d37db17b5dc41fefd1ffdd1af4b9e2490560 + uses: regclient/actions/regctl-installer@9a2d4216180dbb3e2dccfa60d2dd4afd98e42ec5 with: release: 'v0.7.2' - name: Publish prod image