Skip to content

Commit

Permalink
fix name in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
untitledds committed Nov 30, 2024
1 parent ce8481f commit 2b2cb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build and push backend image
uses: docker/build-push-action@v5
with:
file: Dockerfile.back
file: Dockerfile
push: true
tags: ${{ steps.meta-back.outputs.tags }}
platforms: linux/amd64
Expand Down

0 comments on commit 2b2cb76

Please sign in to comment.