Skip to content

Commit

Permalink
Update release-image.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Bohan Cheng <[email protected]>
  • Loading branch information
cbh778899 authored Jul 7, 2024
1 parent e5a35d9 commit e1b2951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
config:
- { dockerfile: "backend/Dockerfile", platforms: "linux/amd64,linux/arm64" }
- { dockerfile: "Dockerfile", platforms: "linux/amd64,linux/arm64" }
runs-on: ubuntu-latest
steps:
- name: Check repository
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
push: true
platforms: ${{ matrix.config.platforms }}
tags: "ghcr.io/${{ secrets.NAMESPACE }}/${{ secrets.IMAGE_NAME }}:${{ env.TAG }}"
file: ${{ matrix.config.dockerfile }}
file: ${{ matrix.config.dockerfile }}

0 comments on commit e1b2951

Please sign in to comment.