Skip to content

Commit 2b99ceb

Browse files
authored
Update create_pandora.yml
1 parent 2979c55 commit 2b99ceb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create_pandora.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build and push Docker images
2323
uses: docker/build-push-action@v2
2424
with:
25-
tags: dustinupdyke/ghosts-pandora
25+
tags: dustinupdyke/ghosts-pandora:latest
2626
push: true
27-
context: src/ghosts.pandora/app/
28-
file: src/ghosts.pandora/Dockerfile
27+
context: ./src/ghosts.pandora/app/
28+
file: ./src/ghosts.pandora/Dockerfile

0 commit comments

Comments
 (0)