diff --git a/.github/workflows/build_resuable.yaml b/.github/workflows/build_resuable.yaml index f5f20f65..258148c6 100644 --- a/.github/workflows/build_resuable.yaml +++ b/.github/workflows/build_resuable.yaml @@ -30,4 +30,4 @@ jobs: name: build path: dist # We'll only use this in a triggered job, then we're done with it - retention-days: 1 \ No newline at end of file + retention-days: 1 diff --git a/.github/workflows/docker-pr.yaml b/.github/workflows/docker-pr.yaml index 8ce15d67..7d0d3ed1 100644 --- a/.github/workflows/docker-pr.yaml +++ b/.github/workflows/docker-pr.yaml @@ -56,4 +56,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}