Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/digabi-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/digabi2-companion-app-prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down