From 5b1eeaf0528fb2a99f687d0493c2b07fc941cb08 Mon Sep 17 00:00:00 2001 From: Humberto Dias Date: Sun, 7 Apr 2024 21:18:30 -0300 Subject: [PATCH] platforms: ${{ matrix.platform }} --- .github/workflows/deploy-docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docker.yaml b/.github/workflows/deploy-docker.yaml index 181b5e90..18ea5f6b 100644 --- a/.github/workflows/deploy-docker.yaml +++ b/.github/workflows/deploy-docker.yaml @@ -56,6 +56,6 @@ jobs: with: context: . file: ./Dockerfile - platform: ${{ matrix.platform }} + platforms: ${{ matrix.platform }} push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPONAME }}:${{ matrix.platform }} \ No newline at end of file + tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPONAME }}:latest \ No newline at end of file