1
0
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:
Joseph Flinn 2021-03-04 09:15:30 -08:00 committed by GitHub
parent a18e1b7dca
commit 8ad9a42854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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