Skip to content

Commit

Permalink
Build and Push to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Apr 8, 2024
1 parent 0bd6397 commit c371eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
file: ./backend/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}/backend:latest
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
platforms: linux/amd64,linux/arm64

- name: Build and Push Frontend Docker Image
uses: docker/build-push-action@v5
Expand All @@ -44,7 +44,7 @@ jobs:
file: ./frontend/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}/frontend:latest
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
platforms: linux/amd64,linux/arm64

- name: Set Backend Package Visibility to Public
run: |
Expand Down

0 comments on commit c371eeb

Please sign in to comment.