Update docker-image.yml

This commit is contained in:
Wong Saang
2023-02-12 15:22:36 +08:00
committed by GitHub
parent 2f2ed46911
commit 26411570ff

View File

@@ -1,10 +1,8 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
release:
types: [published]
jobs:
@@ -34,4 +32,4 @@ jobs:
with:
context: .
push: true
tags: wongsaang/chatgpt-ui:latest
tags: wongsaang/chatgpt-ui:latest,wongsaang/chatgpt-ui:${{ github.ref_name }}