From 58f81ec8514cf5faa694a8a6485b19944b690fb6 Mon Sep 17 00:00:00 2001 From: Benjamin Gamard Date: Fri, 21 Jan 2022 13:37:31 +0100 Subject: [PATCH] fix action --- .github/workflows/build-deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index e7f368a4..1997c168 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -48,7 +48,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to DockerHub - if: github.event_name != "pull_request" + if: github.event_name != 'pull_request' uses: docker/login-action@v1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -63,13 +63,13 @@ jobs: type=ref,event=push type=ref,event=tag labels: | - org.opencontainers.image.title = Sismics Teedy - org.opencontainers.image.description = Sismics Teedy is an open source, lightweight document management system for individuals and businesses. + org.opencontainers.image.title = Teedy + org.opencontainers.image.description = Teedy is an open source, lightweight document management system for individuals and businesses. org.opencontainers.image.created = ${{ github.event_created_at }} org.opencontainers.image.author = Sismics - org.opencontainers.image.url = https://teedy.info/ + org.opencontainers.image.url = https://teedy.io/ org.opencontainers.image.vendor = Sismics - org.opencontainers.image.license = GPL v2 + org.opencontainers.image.license = GPLv2 org.opencontainers.image.version = ${{ github.event_head_commit.id }} - name: Build and push @@ -79,4 +79,4 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.metadata.outputs.tags }} - labels: ${{ steps.metadata.outputs.labels }} \ No newline at end of file + labels: ${{ steps.metadata.outputs.labels }}