[skip ci]Deploy tags to Docker Hub
This commit is contained in:
parent
967e2dfde6
commit
de448c3192
4
.github/workflows/deploy-docker.yaml
vendored
4
.github/workflows/deploy-docker.yaml
vendored
@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
@ -27,4 +29,4 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: plumeorg/plume:latest
|
||||
tags: plumeorg/plume:${{ github.ref == 'main' && 'latest' || github.ref }}
|
||||
|
Loading…
Reference in New Issue
Block a user