diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b065991582..852995fe46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: echo "IMAGE=$IMAGE_BASE:$TAG" >> $GITHUB_ENV - name: Login to GitHub Packages Docker Registry - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # Use commit-sha1 instead of tag for security concerns + uses: docker/login-action@6af3c118c8376c675363897acf1757f7a9be6583 # Use commit-sha1 instead of tag for security concerns with: registry: ghcr.io username: ${{ github.actor }}