We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbeea34 commit d786f62Copy full SHA for d786f62
.github/workflows/docker-image.yml
@@ -60,13 +60,7 @@ jobs:
60
run: make lint
61
62
- name: Build and push Docker image
63
- uses: docker/build-push-action@v5
64
- with:
65
- context: .
66
- push: true
67
- tags: |
68
- ghcr.io/${{ format('{0}', github.repository_owner) }}/ai-api-proxy:latest
69
- ghcr.io/${{ format('{0}', github.repository_owner) }}/ai-api-proxy:${{ github.sha }}
70
- labels: |
71
- org.opencontainers.image.source=https://github.com/${{ github.repository }}
72
- org.opencontainers.image.revision=${{ github.sha }}
+ run: make docker-push
+ env:
+ VERSION: ${{ github.sha }}
+ GITHUB_USERNAME: ${{ github.actor }}
0 commit comments