diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 0bc7c934..c00629f0 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -39,11 +39,11 @@ jobs: name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - - name: Build and push - uses: docker/build-push-action@v5 - with: - context: . - file: ./Dockerfile - push: true - tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \ No newline at end of file + - + name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + file: ./Dockerfile + push: true + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \ No newline at end of file