Skip to content

Commit

Permalink
change7
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoSagadin committed Jul 4, 2024
1 parent bee2889 commit 299c2b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM alpine
CMD ["/bin/sh", "-c", "echo 'hello world'"]

0 comments on commit 299c2b2

Please sign in to comment.