Skip to content

Commit

Permalink
fix "push naming" issue
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschultz committed May 20, 2024
1 parent e4a6b65 commit f8df699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
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}
docker push ${DOCKER_IMAGE}
- name: Trend Cloud One Container Security Scan Action
run: |
Expand Down

0 comments on commit f8df699

Please sign in to comment.