mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-22 12:54:26 +00:00
feat: rename to shortify
This commit is contained in:
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -5,7 +5,7 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to suggest an idea for Corgi!
|
||||
Thanks for taking the time to suggest an idea for Shortify!
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Is your feature request related to a problem?
|
||||
|
@@ -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 }}
|
||||
|
19
.github/workflows/build-and-push-test-image.yml
vendored
19
.github/workflows/build-and-push-test-image.yml
vendored
@@ -26,12 +26,13 @@ jobs:
|
||||
install: true
|
||||
version: v0.9.1
|
||||
|
||||
- name: Build and Push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: stevenlgtm/corgi:test
|
||||
# TODO(steven)
|
||||
# - name: Build and Push
|
||||
# id: docker_build
|
||||
# uses: docker/build-push-action@v3
|
||||
# with:
|
||||
# context: ./
|
||||
# file: ./Dockerfile
|
||||
# platforms: linux/amd64
|
||||
# push: true
|
||||
# tags: stevenlgtm/corgi:test
|
||||
|
Reference in New Issue
Block a user