|
@ -5,6 +5,7 @@ on: |
|
|
push: |
|
|
push: |
|
|
branches: |
|
|
branches: |
|
|
- master |
|
|
- master |
|
|
|
|
|
- dev-3.3.5 |
|
|
tags: |
|
|
tags: |
|
|
- v* |
|
|
- v* |
|
|
- latest |
|
|
- latest |
|
@ -42,4 +43,4 @@ jobs: |
|
|
--platform=linux/arm64,linux/amd64 \ |
|
|
--platform=linux/arm64,linux/amd64 \ |
|
|
-f=docker/alpine/Dockerfile \ |
|
|
-f=docker/alpine/Dockerfile \ |
|
|
-t=${{ github.repository }}:$(echo ${{ github.ref }} | sed -E 's|refs/tags/||') \ |
|
|
-t=${{ github.repository }}:$(echo ${{ github.ref }} | sed -E 's|refs/tags/||') \ |
|
|
. |
|
|
|
|
|
|
|
|
. |