diff options
author | Wim <wim@42.be> | 2021-10-17 15:48:37 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2021-10-17 15:48:37 +0200 |
commit | cc6253a6b8de2e5fafa66f1d1be7ef0a1b2d352e (patch) | |
tree | 45499d631ec2866a1e6910c0369d16b4b447b0b2 /.github | |
parent | 85f66853bc009ba3b76a5037900ffdb1a1ba1bdf (diff) | |
download | matterbridge-msglm-cc6253a6b8de2e5fafa66f1d1be7ef0a1b2d352e.tar.gz matterbridge-msglm-cc6253a6b8de2e5fafa66f1d1be7ef0a1b2d352e.tar.bz2 matterbridge-msglm-cc6253a6b8de2e5fafa66f1d1be7ef0a1b2d352e.zip |
Tag also latest on docker builds
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 80c451af..1076e4f6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -29,6 +29,8 @@ jobs: uses: docker/metadata-action@v3 with: images: 42wim/matterbridge + flavor: | + latest=true tags: | type=ref,event=branch type=ref,event=pr |