From 30201a361916f6302db247c16037b6b5109bdea0 Mon Sep 17 00:00:00 2001 From: Gabriel Filipe Guimaraes de Freitas Date: Tue, 2 Jan 2024 21:48:53 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b9e404..58b4a85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,11 @@ jobs: with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Metadata + id: meta + uses: docker/metadata-action@v5 + with: + images: ${{ secrets.DOCKER_USER }}/folhoso - name: Build and push id: build uses: docker/build-push-action@v5