diff --git a/.github/workflows/build-docker-django.yml b/.github/workflows/build-docker-django.yml index a0a019e5..cf132c2c 100644 --- a/.github/workflows/build-docker-django.yml +++ b/.github/workflows/build-docker-django.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v5 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 + uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/build-docker-pwa.yml b/.github/workflows/build-docker-pwa.yml index 5c604a87..49fc47a2 100644 --- a/.github/workflows/build-docker-pwa.yml +++ b/.github/workflows/build-docker-pwa.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v5 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 + uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}