feat: rename to shortify

This commit is contained in:
Steven
2023-03-16 08:25:58 +08:00
parent 143bdb7596
commit d08a738a57
43 changed files with 114 additions and 116 deletions

View File

@ -33,12 +33,13 @@ jobs:
with:
install: true
- name: Build and Push
id: docker_build
uses: docker/build-push-action@v3
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: stevenlgtm/corgi:${{ env.VERSION }}
# TODO(steven)
# - name: Build and Push
# id: docker_build
# uses: docker/build-push-action@v3
# with:
# context: ./
# file: ./Dockerfile
# platforms: linux/amd64,linux/arm64
# push: true
# tags: stevenlgtm/shortify:${{ env.VERSION }}