Skip to content

Commit

Permalink
fix: Don't push Docker build to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Aug 15, 2024
1 parent 98f6e54 commit c9caa73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
password: ${{ secrets.POLICYENGINE_DOCKER }}
- name: Build container
run: docker build -t ghcr.io/policyengine/policyengine docker
- name: Push container
run: docker push ghcr.io/policyengine/policyengine
# Temporarily avoid pushing Docker container
# - name: Push container
# run: docker push ghcr.io/policyengine/policyengine
deploy:
name: Deploy API to Cloud Run
runs-on: ubuntu-latest
Expand Down

0 comments on commit c9caa73

Please sign in to comment.