Skip to content

Commit

Permalink
Updates to GHCR workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoCanessa committed Jul 18, 2024
1 parent 6db6b8d commit 6716921
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ghcr-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@v5
with:
labels: |
org.opencontainers.image.title=fhir-candle
org.opencontainers.image.description=A small in-memory FHIR server that can be used for testing and development - NOT for production workloads.
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image
id: push
Expand Down

0 comments on commit 6716921

Please sign in to comment.