We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a6ddc commit 78a8d8aCopy full SHA for 78a8d8a
.github/workflows/build-backend.yml
@@ -10,6 +10,7 @@ jobs:
10
name: Build
11
runs-on: ${{ format('arm64-fargate-{0}{1}{2}', github.run_id, github.run_number, github.run_attempt) }}
12
steps:
13
+ - run: aws sts get-caller-identity
14
- name: Run kaniko
15
run: |
16
/kaniko/executor \
0 commit comments