mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-07 05:32:35 +00:00
feat: rename to shortify
This commit is contained in:
@ -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