Skip to content

Commit

Permalink
Add missing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
jkozera committed Jul 25, 2024
1 parent 6a6bcf8 commit 5739b86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/cc-base-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- linux/amd64
- linux/arm64
steps:
- uses: actions/checkout@v4

- name: Prepare
run: |
platform=${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion cloudfunctions-cc/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Copied from https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-c-plus-plus-service#writing
# Version: 2024.07.25 (modify this line to trigger CI build)
# Version: 2024.07.25.1 (modify this line to trigger CI build)

# We chose Alpine to build the image because it has good support for creating
# statically-linked, small programs.
Expand Down

0 comments on commit 5739b86

Please sign in to comment.