diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 302d2483..81de42b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -270,7 +270,7 @@ jobs: # publish AFTER the boms were build, as the bom-generation is kind of a test if the image works - name: Login to DockerHub # see hhttps://github.com/docker/login-action?tab=readme-ov-file#docker-hub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -283,7 +283,7 @@ jobs: # region publish to GHCR - name: Login to GHCR # see https://github.com/docker/login-action#github-container-registry - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}