Skip to content

Commit

Permalink
init container
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed May 31, 2024
1 parent 6b1cfeb commit 6af30c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
with:
use: true
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand All @@ -53,7 +55,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: 'Set up skopeo'
uses: warjiang/setup-skopeo@latest
uses: warjiang/setup-skopeo@71776e03c10d767c04af8924fe5a67763f9b3d34
with:
version: latest

Expand Down

0 comments on commit 6af30c9

Please sign in to comment.