This commit is contained in:
2022-09-07 00:03:16 +07:00
parent 293a7d39b0
commit 920f1d4f12

View File

@@ -16,7 +16,6 @@ variables:
stages:
- build
- push
- artifacts
- release
- deploy
@@ -42,8 +41,8 @@ push_image:
tags:
- docker
artifacts:
stage: artifacts
package:
stage: release
rules:
- if: $CI_COMMIT_TAG
when: never