Skip to content

Commit

Permalink
feat: init deploy-gke Container Action (#2)
Browse files Browse the repository at this point in the history
This commit inits the deploy-gke container action. It utlizes the
gke-deploy CLI image to deploy an existing image to a GKE cluster.

The integration test, documentation and CI setup are included within
this initial commit.

<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.

Please describe your change and any implementation details below.
-->

Signed-off-by: JeromeJu <[email protected]>
  • Loading branch information
JeromeJu committed May 6, 2024
1 parent b0872d9 commit 961b331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh -l

# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,8 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/sh -l

gha_version="0.1.0"

image="$1"
Expand Down

0 comments on commit 961b331

Please sign in to comment.