fix: docker deployments (#3136)

This commit is contained in:
Felix Angelov
2025-06-02 15:46:20 -05:00
committed by GitHub
parent 3cd40de211
commit ec728da72e
7 changed files with 906 additions and 2 deletions
@@ -55,6 +55,9 @@ jobs:
- name: 🐳 Build and Push Container
run: |-
# Copy pubspec.lock from workspace root into package to retain resolved package versions
# https://github.com/dart-lang/pub/issues/4357
cp ${{ github.workspace }}/pubspec.lock .
docker build -t ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }} .
docker push ${{ env.CONTAINER_REGISTRY }}/${{ env.PROJECT_ID }}/us.gcr.io/${{ env.SERVICE }}:${{ github.sha }}