rename to dockerfile
This commit is contained in:
parent
73c8c2f25d
commit
5327b6ab0b
2 changed files with 4 additions and 4 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -15,4 +15,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Containerfile --tag my-ostree-OS:$(date +%s)
|
||||
run: docker build . --file Containerfile --tag my-ostree-OS:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue