diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4d4b850e719..f09deb0e00f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -39,11 +39,10 @@ jobs: - run: npm i working-directory: ${{ github.workspace }} - - - name: Build & Push + - name: Build & Push uses: docker/build-push-action@v5 with: context: . push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - tags: ghcr.io/${{ github.repository_owner }}/ethereumjs-monorepo:latest - provenance: false \ No newline at end of file + tags: ghcr.io/${{ github.repository_owner | toLower }}/ethereumjs-monorepo:latest + provenance: false