Skip to content

Commit

Permalink
Merge pull request #39 from gdgpescara/hotfix/actions
Browse files Browse the repository at this point in the history
fix actions
  • Loading branch information
gregoriopalama authored Oct 30, 2023
2 parents 2354ba3 + eb1a9dc commit 08d0426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build and Push Container
run: |-
docker build -t "${{ vars.GAR_LOCATION }}-docker.pkg.dev/${{ vars.PROJECT_ID }}/${{ vars.SERVICE }}:${{ github.sha }}" ./
docker build -t "${{ vars.GAR_LOCATION }}-docker.pkg.dev/${{ vars.PROJECT_ID }}/${{ vars.REPOSITORY }}/${{ vars.SERVICE }}:${{ github.sha }}" ./
docker push "${{ vars.GAR_LOCATION }}-docker.pkg.dev/${{ vars.PROJECT_ID }}/${{ vars.REPOSITORY }}/${{ vars.SERVICE }}:${{ github.sha }}"
# END - Docker auth and build
Expand Down

0 comments on commit 08d0426

Please sign in to comment.