Skip to content

Commit

Permalink
ops: remove untagged build push
Browse files Browse the repository at this point in the history
  • Loading branch information
linderttobias committed Feb 18, 2024
1 parent 53cc012 commit abd1911
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/template-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ jobs:
context: application/${{ inputs.application }}
build-args: REACT_APP_API_URL=${{ inputs.backend-url }}

- name: Build and push Docker image - No Tags
uses: docker/build-push-action@v5
with:
push: true
tags: europe-west1-docker.pkg.dev/gcloudmaps/gcloudmaps/${{ inputs.application }}-${{ inputs.environment }}
context: application/${{ inputs.application }}


deploy-to-cloudrun:
permissions:
contents: 'read' # Required to Checkout Repo
Expand Down

0 comments on commit abd1911

Please sign in to comment.