Use branch specific linux dockerbuild tags (#601)

This commit is contained in:
Michael Telatynski 2023-04-03 09:32:37 +01:00 committed by GitHub
parent 0663de091f
commit 50d38e2abd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/vector-im/element-desktop-dockerbuild:t3chguy-dockerbuild
image: ghcr.io/vector-im/element-desktop-dockerbuild:${{ github.ref_name == 'master' && 'master' || 'develop' }}
defaults:
run:
shell: bash