We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4abc5ee + 4e31a4a commit 2a0a967Copy full SHA for 2a0a967
.github/pipeline-version
@@ -1 +1 @@
1
-1.21.2
+1.21.3
.github/workflows/create-package.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Docker login gcr.io
13
if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }}
14
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
15
with:
16
password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }}
17
registry: gcr.io
0 commit comments