1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 20:23:21 +00: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

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