mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
Update github-build-push.yml
This commit is contained in:
parent
8150f6f459
commit
1799636ba2
11
.github/workflows/github-build-push.yml
vendored
11
.github/workflows/github-build-push.yml
vendored
@ -37,14 +37,3 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}:latest
|
ghcr.io/${{ github.repository }}:latest
|
||||||
ghcr.io/${{ github.repository }}:${{ github.sha }}
|
ghcr.io/${{ github.repository }}:${{ github.sha }}
|
||||||
|
|
||||||
- name: Build and Push Containers
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: Dockerfile
|
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm
|
|
||||||
push: true
|
|
||||||
tags: |
|
|
||||||
registry.bukn.net/${{ github.event.repository.name }}:latest
|
|
||||||
registry.bukn.net/${{ github.event.repository.name }}:${{ github.sha }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user