Skip to content

Commit d3bb240

Browse files
committed
fixing building context
1 parent aa6e22a commit d3bb240

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.github/workflows/demo_build_and_deploy.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,20 @@ jobs:
2525
permissions:
2626
contents: read
2727
packages: write
28-
# This is used to complete the identity challenge
29-
# with sigstore/fulcio when running outside of PRs.
30-
# id-token: write
28+
29+
30+
defaults:
31+
run:
32+
working-directory: demos-docker
3133

3234
steps:
33-
- name: Checkout repository
35+
- name: checkout
3436
uses: actions/checkout@v4
37+
- uses: webfactory/ssh-agent@v0.6.0
3538
with:
36-
submodules: false
39+
ssh-private-key: |
40+
${{ secrets.ACCESS_TO_FISSIONVM }}
3741
38-
# # Install the cosign tool except on PR
39-
# # https://github.com/sigstore/cosign-installer
40-
# - name: Install cosign
41-
# if: github.event_name != 'pull_request'
42-
# uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0
43-
# with:
44-
# cosign-release: 'v2.2.4'
4542
4643
# Set up BuildKit Docker container builder to be able to build
4744
# multi-platform images and export cache

0 commit comments

Comments
 (0)