Skip to content

Commit 865d9e0

Browse files
committed
Dockerfile
1 parent c0f565b commit 865d9e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
registry: docker.pkg.github.com
1818
repository: widdix/container-hello-world/container-hello-world
1919
tag_with_ref: true
20+
dockerfile: /Dockerfile

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM nginx:latest

0 commit comments

Comments
 (0)