Skip to content

Commit

Permalink
frontend name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
faberto committed Jan 25, 2024
1 parent 05a76c0 commit ca1d8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-frontend.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Backend Docker Image
name: Build Frontend Docker Image

on:
push:
Expand All @@ -25,7 +25,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}-backend
images: ghcr.io/${{ github.repository }}-frontend
flavor: latest=true

- name: Login to image repository
Expand Down

0 comments on commit ca1d8c6

Please sign in to comment.