Skip to content

Commit

Permalink
Merge pull request #134 from danielbrendel/issue123
Browse files Browse the repository at this point in the history
Merge issue123 into main
  • Loading branch information
danielbrendel authored Mar 5, 2024
2 parents 68af84f + 4eea303 commit 1e3f442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- name: Build and push the image
run: |
docker login --username danielbrendel --password ${{ secrets.GH_CONTAINER_REGISTRY }} ghcr.io
docker build . --tag ghcr.io/danielbrendel/hortusfox-web:latest
docker push ghcr.io/danielbrendel/hortusfox-web:latest
docker build . --tag ghcr.io/danielbrendel/hortusfox-web:latest --tag ghcr.io/danielbrendel/hortusfox-web:${{ github.ref_name }}
docker push --all-tags ghcr.io/danielbrendel/hortusfox-web

0 comments on commit 1e3f442

Please sign in to comment.