Skip to content

Commit

Permalink
Merge pull request #1512 from appwrite/ci-dedicated-stage-image
Browse files Browse the repository at this point in the history
ci: dedicated stage image repository
  • Loading branch information
TorstenDittmann authored Nov 13, 2024
2 parents d94b4a1 + 1c6b826 commit 88d89c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: appwrite/console-cloud
images: appwrite/console-cloud-stage
tags: |
type=semver,pattern={{major}}.{{minor}}.{{patch}}-stage
type=semver,pattern={{major}}.{{minor}}-stage
type=semver,pattern={{major}}-stage
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 88d89c0

Please sign in to comment.