Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Feb 2, 2024
1 parent 972c9b3 commit 55d38f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: "Build Pipeline (Docker)"

on:
push:
branches:
- jesse/pipeline-deploy
- main
branches: [main]

env:
IMAGE_NAME: "${{ vars.GAR_LOCATION }}-docker.pkg.dev/${{ vars.PROJECT_ID }}/${{ secrets.DOCKER_REPOSITORY }}/polygon-cli"
Expand Down Expand Up @@ -55,9 +53,9 @@ jobs:
# run: |-
# export CLOUDSDK_CORE_DISABLE_PROMPTS=1
# gcloud components install beta --quiet

# DIGEST=$(gcloud container images describe ${{ env.IMAGE_NAME }}:${{ github.sha }} --format='get(image_summary.digest)')

# gcloud beta container binauthz attestations sign-and-create \
# --artifact-url="${{ env.IMAGE_NAME }}@${DIGEST}" \
# --attestor="${{ env.ATTESTOR }}" \
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: "Build Pipeline (Debian)"

on:
push:
branches:
- jesse/pipeline-deploy
- main
branches: [main]

jobs:
build-pipeline-apt:
Expand Down

0 comments on commit 55d38f1

Please sign in to comment.