diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 23d8bb0..ede07cf 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -67,4 +67,4 @@ jobs: ghcr.io/${{ github.repository }}:${{ github.ref_name }} labels: ${{ steps.meta.outputs.labels }} build-args: | - GITHUB_REF_NAME=${{ github.ref_name }} \ No newline at end of file + GITHUB_REF_NAME=${{ github.ref_name }} \ No newline at end of file