Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing authored Aug 15, 2023
1 parent ffb019f commit a831502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Build Docker Image
run: |
docker build \
-t "$REGISTRY_HOSTNAME"/${{ github.repository_owner }}/"$IMAGE" \
-t "$REGISTRY_HOSTNAME"/cytoid/"$IMAGE" \
--build-arg GITHUB_SHA="$GITHUB_SHA" \
--build-arg GITHUB_REF="$GITHUB_REF" .
- name: Publish Docker Image
run: |
docker push "$REGISTRY_HOSTNAME"/${{ github.repository_owner }}/"$IMAGE"
docker push "$REGISTRY_HOSTNAME"/cytoid/"$IMAGE"
#- name: 'gcr.io/cloud-builders/gsutil'
# run: gsutil -m -h "Cache-Control:public, max-age=604800" rsync -r -c -d ./.nuxt/dist/client gs://static.cytoid.io

0 comments on commit a831502

Please sign in to comment.