Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
allnil committed Dec 3, 2024
1 parent 423c4f8 commit 08b51f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gcp-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
username: oauth2accesstoken
password: ${{ steps.auth.outputs.access_token }}

# Build only for testing - load into local Docker
- name: Build for testing
id: build-test
uses: docker/build-push-action@v6
Expand All @@ -72,10 +71,9 @@ jobs:
tags: wvm:local
cache-from: |
type=registry,ref=us-east1-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_ARTIFACT_REPO }}/wvm:buildcache
cache-to: type=inline
build-args: |
BUILDKIT_INLINE_CACHE=1
# Verify the test build
- name: Verify local image
run: |
Expand Down

0 comments on commit 08b51f5

Please sign in to comment.