mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
ci: update ci script
This commit is contained in:
@@ -7,10 +7,10 @@ on:
|
||||
tags:
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
name: Build
|
||||
build-publish:
|
||||
name: Build and Publish
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
tags: |
|
||||
type=pep440,pattern={{version}},value=${{ github.ref_name }}
|
||||
|
||||
- name: Publish to DockerHub
|
||||
- name: Build & Publish to DockerHub
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user