[skip ci]Deploy tags to Docker Hub

This commit is contained in:
Kitaiti Makoto 2022-01-02 23:49:42 +09:00
parent 967e2dfde6
commit de448c3192

View file

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