mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-18 21:19:44 +00:00
feat: update docker image actions
This commit is contained in:
parent
f1e0dbc8e6
commit
38fd107647
@ -33,13 +33,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
# TODO(steven)
|
- name: Build and Push
|
||||||
# - name: Build and Push
|
id: docker_build
|
||||||
# id: docker_build
|
uses: docker/build-push-action@v3
|
||||||
# uses: docker/build-push-action@v3
|
with:
|
||||||
# with:
|
context: ./
|
||||||
# context: ./
|
file: ./Dockerfile
|
||||||
# file: ./Dockerfile
|
platforms: linux/amd64,linux/arm64
|
||||||
# platforms: linux/amd64,linux/arm64
|
push: true
|
||||||
# push: true
|
tags: stevenlgtm/shortify:${{ env.VERSION }}
|
||||||
# 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,13 +26,12 @@ jobs:
|
|||||||
install: true
|
install: true
|
||||||
version: v0.9.1
|
version: v0.9.1
|
||||||
|
|
||||||
# TODO(steven)
|
- name: Build and Push
|
||||||
# - name: Build and Push
|
id: docker_build
|
||||||
# id: docker_build
|
uses: docker/build-push-action@v3
|
||||||
# uses: docker/build-push-action@v3
|
with:
|
||||||
# with:
|
context: ./
|
||||||
# context: ./
|
file: ./Dockerfile
|
||||||
# file: ./Dockerfile
|
platforms: linux/amd64
|
||||||
# platforms: linux/amd64
|
push: true
|
||||||
# push: true
|
tags: stevenlgtm/shortify:test
|
||||||
# tags: stevenlgtm/corgi:test
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user