Skip to content

Commit 1d292a0

Browse files
committed
another attempt
1 parent d3bb240 commit 1d292a0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/demo_build_and_deploy.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ jobs:
3434
steps:
3535
- name: checkout
3636
uses: actions/checkout@v4
37-
- uses: webfactory/ssh-agent@v0.6.0
3837
with:
39-
ssh-private-key: |
40-
${{ secrets.ACCESS_TO_FISSIONVM }}
41-
38+
submodules: 'false'
4239

4340
# Set up BuildKit Docker container builder to be able to build
4441
# multi-platform images and export cache
@@ -70,13 +67,13 @@ jobs:
7067
id: build-and-push
7168
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
7269
with:
73-
context: "{{defaultContext}}:demos-docker"
70+
context: .
7471
push: true
7572
tags: ${{ steps.meta.outputs.tags }}
7673
# tags: ${{ steps.meta.outputs.tags }}
7774
# labels: ${{ steps.meta.outputs.labels }}
78-
cache-from: type=gha
79-
cache-to: type=gha,mode=max
75+
# cache-from: type=gha
76+
# cache-to: type=gha,mode=max
8077

8178
# Sign the resulting Docker image digest except on PRs.
8279
# This will only write to the public Rekor transparency log when the Docker

0 commit comments

Comments
 (0)