From dc97a2a30393ea149cb3333e6c0f86b77de2a526 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Fri, 28 Jun 2024 08:28:03 +0200 Subject: [PATCH] fix: ci --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 01f551d..331cd09 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: ${{ github.event_name == 'release' }} - tags: "nhost/functions:20-${{ steps.set_tag.outputs.tag }}" + tags: "nhost/functions:18-${{ steps.set_tag.outputs.tag }}" file: 18.Dockerfile - name: Build and publish to Docker Hub