Skip to content

Commit

Permalink
fix: #69 use docker/metadata-action to create labels 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Sep 8, 2024
1 parent a0e9455 commit 706a5ea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ptah-sh/ptah-server
images: ghcr.io/ptah-sh/ptah-server
tags: |
type=semver,pattern={{version}}
type=ref,event=branch
type=ref,event=pr
type=ref,event=tag
type=sha
type=edge
- name: Login to Docker Registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -72,7 +74,7 @@ jobs:
service: 'ptah-server-prod'
processes: |
- name: svc
dockerImage: ghcr.io/ptah-sh/ptah-server:${{ needs.release-please.outputs.version }}
dockerImage: ghcr.io/ptah-sh/ptah-server:${{ needs.release-please.outputs.tag_name }}
envVars:
- name: SENTRY_RELEASE
value: ${{ needs.release-please.outputs.tag_name }}

0 comments on commit 706a5ea

Please sign in to comment.