We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8c0a1 commit e82c543Copy full SHA for e82c543
1 file changed
.github/workflows/build-and-deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
context: .
37
platforms: linux/amd64,linux/arm64
38
push: true
39
- tags: lbugdb/api-server:latest, lbugdb/api-server:${{ env.VERSION }}, ghcr.io/${{ env.OWNER }}/api-server:latest, ghcr.io/${{ env.OWNER }}/api-server:${{ env.VERSION }}
+ tags: ghcr.io/${{ env.OWNER }}/api-server:latest, ghcr.io/${{ env.OWNER }}/api-server:${{ env.VERSION }}
40
build-args: |
41
SKIP_GRAMMAR=true
42
SKIP_BUILD_APP=true
0 commit comments