Skip to content

Commit

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

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

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

0 comments on commit 54eb335

Please sign in to comment.