[skip ci]Give up to deploy tags

This commit is contained in:
Kitaiti Makoto
2022-01-03 00:42:36 +09:00
parent 0b9ec4c52c
commit 199269ba3c
+1 -3
View File
@@ -4,8 +4,6 @@ on:
push: push:
branches: branches:
- 'main' - 'main'
tags:
- '*'
jobs: jobs:
docker: docker:
@@ -29,4 +27,4 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
push: true push: true
tags: plumeorg/plume:${{ startsWith(github.ref_name, 'refs/tags/') && github.ref || 'latest' }} tags: plumeorg/plume:latest