Browse Source

add branch dev-3.3.5

pull/2908/head
Leeks-ken 2 years ago
parent
commit
7c59a9b63b
1 changed files with 2 additions and 1 deletions
  1. 3
      .github/workflows/build.yml

3
.github/workflows/build.yml

@ -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/||') \
.
.
Loading…
Cancel
Save