Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Run the gapic action
uses: ./actions/gapic
with:
target: //google/maps/routes/v1:google-maps-routes-v1-java-postprocess
target: //google/maps/routes/v1:google-maps-routes-v1-java
github_token: ${{ secrets.GITHUB_TOKEN_REPO }}
tar_path: google-maps-routes-v1-java
tar_strip_components: 1
Expand Down
2 changes: 1 addition & 1 deletion actions/gapic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM marketplace.gcr.io/google/rbe-ubuntu18-04:latest
FROM l.gcr.io/google/rbe-ubuntu18-04:latest
# https://github.com/GoogleCloudPlatform/container-definitions/tree/master

COPY entrypoint.sh /entrypoint.sh
Expand Down