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