Skip to content

Commit

Permalink
Merge pull request #4 from imantsk/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
imantsk authored Feb 8, 2025
2 parents c07254a + 7f9b537 commit 732aeaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/post-release-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: meta_all_in_one
uses: docker/metadata-action@v3
with:
images: imantsk/hi.events-all-in-one
images: ghcr.io/imantsk/hi.events-all-in-one

- name: Build and push All-in-one Docker image
uses: docker/build-push-action@v3
Expand All @@ -52,7 +52,7 @@ jobs:
id: meta_backend
uses: docker/metadata-action@v3
with:
images: imantsk/hi.events-backend
images: ghcr.io/imantsk/hi.events-backend

- name: Build and push Backend Docker image
uses: docker/build-push-action@v3
Expand All @@ -69,7 +69,7 @@ jobs:
id: meta_frontend
uses: docker/metadata-action@v3
with:
images: imantsk/hi.events-frontend
images: ghcr.io/imantsk/hi.events-frontend

- name: Build and push Frontend Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 732aeaa

Please sign in to comment.