Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit e9e5338

Browse files
Merge pull request #61 from microservices-demo/fix/dockerfile-name
fixed dockerfile name
2 parents 65c7bd2 + e5397d3 commit e9e5338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
username: ${{ secrets.DOCKER_USER }}
6464
password: ${{ secrets.DOCKER_PASS }}
65-
dockerfile: go/src/github.com/microservices-demo/catalogue/docker/catalogue/Dockerfile-release
65+
dockerfile: go/src/github.com/microservices-demo/catalogue/docker/catalogue/Dockerfile
6666
path: go/src/github.com/microservices-demo/catalogue
6767
repository: ${{ env.GROUP }}/${{ env.REPO }}
6868
tag_with_ref: true
@@ -78,4 +78,4 @@ jobs:
7878
path: go/src/github.com/microservices-demo/catalogue/docker/catalogue-db
7979
repository: ${{ env.GROUP }}/${{ env.REPO }}
8080
tag_with_ref: true
81-
tag_with_sha: true
81+
tag_with_sha: true

0 commit comments

Comments
 (0)