We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4f724 commit dc97a2aCopy full SHA for dc97a2a
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
context: .
46
platforms: linux/amd64,linux/arm64
47
push: ${{ github.event_name == 'release' }}
48
- tags: "nhost/functions:20-${{ steps.set_tag.outputs.tag }}"
+ tags: "nhost/functions:18-${{ steps.set_tag.outputs.tag }}"
49
file: 18.Dockerfile
50
51
- name: Build and publish to Docker Hub
0 commit comments