diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d3a0a38..286581e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,11 +41,11 @@ jobs: - name: Authenticate with GHCR id: auth - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io - username: ${{github.actor}} - password: ${{secrets.BUILD_TOKEN}} + username: ${{ github.actor }} + password: ${{ secrets.BUILD_TOKEN }} - name: Set up Docker Buildx id: buildx @@ -98,11 +98,11 @@ jobs: - name: Authenticate with GHCR id: auth - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io - username: ${{github.actor}} - password: ${{secrets.BUILD_TOKEN}} + username: ${{ github.actor }} + password: ${{ secrets.BUILD_TOKEN }} - name: Set up Docker Buildx id: buildx