Skip to content

Commit

Permalink
fix: update image path (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Jan 8, 2021
1 parent 763da51 commit 28d43f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 28d43f6

Please sign in to comment.