Skip to content

Commit

Permalink
update image name
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeQuessada committed Mar 19, 2024
1 parent 1faab4d commit e14458c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
env:
GOOGLE_CREDENTIALS: ${{ secrets.CREDENTIALS }}
run: |
docker build -t ${{ vars.ZONE }}-docker.pkg.dev/${{ vars.PROJECT_ID }}/repository/app:${{ github.run_id }} .
docker push ${{ vars.ZONE }}-docker.pkg.dev/${{ vars.PROJECT_ID }}/repository/app:${{ github.run_id }}
docker build -t ${{ vars.REGION }}-docker.pkg.dev/${{ vars.PROJECT_ID }}/repository/app:${{ github.run_id }} .
docker push ${{ vars.REGION }}-docker.pkg.dev/${{ vars.PROJECT_ID }}/repository/app:${{ github.run_id }}
- name: Setup Namespace
run: kubectl config set-context --current --namespace=orderly
Expand Down

0 comments on commit e14458c

Please sign in to comment.