diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fda06474..deffbae2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,11 @@ on: [push] jobs: publish-efr32-image: runs-on: ubuntu-latest + permissions: + packages: write + contents: read + attestations: write + id-token: write steps: - uses: actions/checkout@v2 - name: Login to GitHub Container Registry @@ -11,7 +16,7 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build the hello-docker Docker image + - name: Build the Simplicity SDK Docker image run: | docker build -f Integrations/docker/images/Dockerfile . --tag ghcr.io/siliconlabssoftware/simplicity-sdk:latest docker run ghcr.io/siliconlabssoftware/simplicity-sdk:latest