Skip to content

Commit

Permalink
build: change push command
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Nov 15, 2024
1 parent 6e8f4aa commit 54638e4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

-
name: Push Docker Image
run: docker push bedasoftware/fhirsnake:latest
name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: bedasoftware/fhirsnake:latest

0 comments on commit 54638e4

Please sign in to comment.