This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
name: docker
|
name: docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ github.ref_name }}-${{ github.sha[0:7] }}
|
VERSION: ${{ github.ref_name }}-${{ github.sha }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
@@ -29,12 +29,12 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
platforms:
|
platforms: |
|
||||||
- linux/amd64
|
linux/amd64'
|
||||||
- linux/arm64
|
linux/arm64
|
||||||
- windows/amd64
|
windows/amd64
|
||||||
- darwin/amd64
|
darwin/amd64
|
||||||
- darwin/arm64
|
darwin/arm64
|
||||||
tags:
|
tags: |
|
||||||
- tueem/svg-templater:${{ VERSION }}
|
tueem/svg-templater:${{ VERSION }}
|
||||||
- tueem/svg-templater:latest
|
tueem/svg-templater:latest
|
||||||
Reference in New Issue
Block a user