Skip to content

Commit

Permalink
better build
Browse files Browse the repository at this point in the history
  • Loading branch information
corgijan committed Oct 19, 2024
1 parent 4c8e9f7 commit a86bfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Build and tag Docker image
run: |
docker build -t $INPUT_IMAGE_NAME:latest -t ${{ secrets.DOCKER_HUB_USERNAME }}/rezepte:latest .
docker build -t rezepte:latest -t ${{ secrets.DOCKER_HUB_USERNAME }}/rezepte:latest .
- name: Push Docker image to Docker Hub
run: |
Expand Down

0 comments on commit a86bfd7

Please sign in to comment.