File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments