From 1c8468e87e59c0d7f9e5fa7fce8ccb88fe149ae1 Mon Sep 17 00:00:00 2001 From: Humberto Dias Date: Sun, 7 Apr 2024 21:08:40 -0300 Subject: [PATCH] typo --- .github/workflows/deploy-docker.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docker.yaml b/.github/workflows/deploy-docker.yaml index fa23e8bb..95f4bee8 100644 --- a/.github/workflows/deploy-docker.yaml +++ b/.github/workflows/deploy-docker.yaml @@ -58,6 +58,4 @@ jobs: file: ./Dockerfile platform: ${{ matrix.platform }} push: true - tags: | - ${{env.DOCKERHUB_REPONAME}}:${{ matrix.platform }} - ${{env.DOCKERHUB_REPONAME}}:${{ matrix.platform }} \ No newline at end of file + tags: ${{env.DOCKERHUB_REPONAME}}:${{ matrix.platform }} \ No newline at end of file