Skip to content

Commit

Permalink
fix: path dockerfile redis in Docker pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliagranato committed Sep 10, 2024
1 parent dcf8289 commit c5e3f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/redis-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: build-and-push
with:
context: ./redis
file: ./redis/Dockerfile.redis
file: ./redis/Dockerfile
push: true
tags: nataliagranato/redis:${{ steps.generate-tag.outputs.tag }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit c5e3f3b

Please sign in to comment.