mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
adding release branch build and docker tag/push (#1181)
This commit is contained in:
parent
a18e1b7dca
commit
8ad9a42854
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -106,9 +106,12 @@ jobs:
|
||||
chmod +x ./build.sh
|
||||
./build.sh
|
||||
|
||||
- name: tag release branch
|
||||
if: github.ref == 'refs/heads/rc'
|
||||
run: ./build.sh tag rc
|
||||
|
||||
- name: Tag dev
|
||||
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
||||
|
||||
run: ./build.sh tag dev
|
||||
|
||||
- name: Tag beta
|
||||
|
Loading…
Reference in New Issue
Block a user