diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b37794b4a7f85..e0c9c518e8748 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,5 +17,5 @@ jobs: steps: - uses: actions/checkout@v4 -- name: Build the Docker image - run: docker build . --file Dockerfile --tag my-image-name:${{ github.sha }} + - name: Build the Docker image + run: docker build . --file Dockerfile --tag my-image-name:${{ github.sha }}