Skip to content

Commit

Permalink
ci: app name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse0Michael committed Dec 8, 2022
1 parent b3cbe40 commit 837a239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
docker build \
--file ./build/Dockerfile \
-t docker.pkg.github.com/jesse0michael/fetcher/api:${REF##*/} \
-t us.gcr.io/${{ secrets.GCLOUD_PROJECT }}/${{ secrets.GCLOUD_APP_NAME }}:${REF##*/} .
-t us.gcr.io/${{ secrets.GCLOUD_PROJECT }}/fetcher:${REF##*/} .
- name: Push Images
run: |
docker login docker.pkg.github.com -u Jesse0Michael -p ${{ secrets.PAT }}
docker push docker.pkg.github.com/jesse0michael/fetcher/api:${REF##*/}
docker login us.gcr.io -u Jesse0Michael -p ${{ steps.auth.outputs.access_token }}
docker push us.gcr.io/${{ secrets.GCLOUD_PROJECT }}/${{ secrets.GCLOUD_APP_NAME }}:${REF##*/}
docker push us.gcr.io/${{ secrets.GCLOUD_PROJECT }}/fetcher:${REF##*/}
release-client:
env:
Expand Down

0 comments on commit 837a239

Please sign in to comment.