diff --git a/.github/workflows/build_docker_image.yaml b/.github/workflows/build_docker_image.yaml index bb4024d8..8d811ee4 100644 --- a/.github/workflows/build_docker_image.yaml +++ b/.github/workflows/build_docker_image.yaml @@ -27,7 +27,7 @@ jobs: permissions: packages: write contents: read - + steps: - name: Check out the repo uses: actions/checkout@v3 @@ -51,4 +51,4 @@ jobs: file: ${{ matrix.dockerfile }} push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}