We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bd099 commit 7f6bd7bCopy full SHA for 7f6bd7b
.github/workflows/deploy-fly.yml
@@ -33,7 +33,7 @@ jobs:
33
context: ./node/pnpm-fastify
34
platforms: linux/amd64
35
push: true
36
- tag: registry.fly.io/depot-examples-pnpm-fastify:latest
+ tags: registry.fly.io/depot-examples-pnpm-fastify:latest
37
38
- name: Deploy to Fly.io
39
run: flyctl deploy --image registry.fly.io/depot-examples-pnpm-fastify:latest
0 commit comments