Skip to content

Commit

Permalink
change repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschultz committed May 20, 2024
1 parent 96fb4a7 commit e4a6b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
GOOGLE_PROJECT: ${{ secrets.GOOGLE_PROJECT }}
VERSION: ${{ steps.version.outputs.VERSION }}
run: |
DOCKER_IMAGE="us-central-1-docker.pkg.dev/${GOOGLE_PROJECT}/java-goof/java-goof:${VERSION}"
DOCKER_IMAGE="us-central-1-docker.pkg.dev/${GOOGLE_PROJECT}/java-goof/goof:${VERSION}"
gcloud auth configure-docker us-central1-docker.pkg.dev
docker build -t $DOCKER_IMAGE .
docker push $DOCKER_IMAGE}
Expand All @@ -70,7 +70,7 @@ jobs:
run: |
export CLOUD_ONE_API_KEY=${{ secrets.TMAS_API_KEY }}
curl -s -L https://gist.github.com/raphabot/abae09b46c29afc7c3b918b7b8ec2a5c/raw/ | bash
tmas scan registry:us-central1-docker.pkg.dev/$GOOGLE_PROJECT/java-goof/java-goof:latest
tmas scan registry:us-central1-docker.pkg.dev/$GOOGLE_PROJECT/java-goof/goof:latest
# - name: Deploy to GKE
# env:
Expand Down

0 comments on commit e4a6b65

Please sign in to comment.