Skip to content

Commit

Permalink
fix: docker image tag name in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 6, 2024
1 parent 0953257 commit 4e026e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
file: ./ops/backend/Dockerfile
push: true
tags:
registry.lunary.ai/production-backend:${{ steps.timestamp.outputs.timestamp }}-${{ github.sha }},
registry.lunary.ai/production-backend:latest
registry.lunary.ai/backend:${{ steps.timestamp.outputs.timestamp }}-${{ github.sha }},
registry.lunary.ai/backend:latest
platforms: linux/amd64,linux/arm64

deploy:
Expand Down

0 comments on commit 4e026e7

Please sign in to comment.