Skip to content

Commit

Permalink
Reinstate lock in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshaughnessy committed Nov 2, 2023
1 parent 35e717a commit fea8c4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-server-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ jobs:
- 'server/Cargo.lock'
- id: "auth"
# if: steps.changes.outputs.lock == 'true'
if: steps.changes.outputs.lock == 'true'
uses: "google-github-actions/auth@v1"
with:
credentials_json: "${{ secrets.GCP_SA_KEY }}"

- name: "Set up Cloud SDK"
# if: steps.changes.outputs.lock == 'true'
if: steps.changes.outputs.lock == 'true'
uses: "google-github-actions/setup-gcloud@v1"

- name: Configure Docker to use Google Artifact Registry
# if: steps.changes.outputs.lock == 'true'
if: steps.changes.outputs.lock == 'true'
run: gcloud auth configure-docker us-central1-docker.pkg.dev

- name: Build Base Builder Image
# if: steps.changes.outputs.lock == 'true'
if: steps.changes.outputs.lock == 'true'
run: |
cd server
docker build -f Dockerfile.base-builder --target base-builder -t us-central1-docker.pkg.dev/hubs-dev-333333/ocho-osai/johnshaughnessy/track/track-base-builder .
Expand Down

0 comments on commit fea8c4a

Please sign in to comment.