From ef0a77bbaf0d863d7960395aa54d571935435162 Mon Sep 17 00:00:00 2001 From: tamalerhino Date: Sat, 19 Oct 2024 14:39:08 -0500 Subject: [PATCH] editing github token variable --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b62b5c6..4364710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,20 +40,13 @@ jobs: - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v2 - - name: Set up cosign - uses: sigstore/cosign-installer@main - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.GITHUB_TOKEN }} - -#NODE image does not have a public key, but i will leave this here as an example of how to validate a base image. -# - name: Verify base image -# run: | -# cosign dockerfile verify --base-image-only --key https://github.com/GoogleContainerTools/distroless Dockerfile - + password: ${{ secrets.TOKEN }} + - name: Publish container image uses: docker/build-push-action@v3 with: