diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 5d56b90..2dfb44f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,5 +1,5 @@ # -name: Create and publish a Docker image +name: Create and publish a Docker img # Configures this workflow to run every time a change is pushed to the branch called `release`. on: @@ -46,4 +46,4 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}