Update docker-image.yml
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
|
run: docker build . --file Dockerfile --tag frishi/threetwo:$(date +%s)
|
||||||
- name: Docker Push
|
- name: Docker Push
|
||||||
uses: opspresso/action-docker@v0.3.9
|
uses: opspresso/action-docker@v0.3.9
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user