diff --git a/.github/workflows/digabi-docker-build.yml b/.github/workflows/digabi-docker-build.yml index a9ac244..05603a8 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@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f 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 7b0cc40..5056797 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@5c882eb04fcca27ebb4f5904e0da01f0780063ea + uses: regclient/actions/regctl-installer@78eb729dbdb4ef6480e85ff697b4410e22112583 with: release: 'v0.7.2' - name: Publish prod image