Skip to content

Commit

Permalink
Merge pull request #29 from FHIR/dev
Browse files Browse the repository at this point in the history
Update GHCR action to push test images.
  • Loading branch information
GinoCanessa authored Feb 10, 2025
2 parents c8b53df + b1d0378 commit 2113452
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ghcr-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,16 @@ jobs:
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}}
type=raw,value=dev,enable={{is_default_branch}}
# type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
push: false
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand All @@ -118,4 +119,4 @@ jobs:
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: false
push-to-registry: true

0 comments on commit 2113452

Please sign in to comment.