Update docker-image.yml
This commit is contained in:
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
@@ -16,6 +16,6 @@ jobs:
|
|||||||
- 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 my-image-name:$(date +%s)
|
||||||
|
- name: Docker Push
|
||||||
- uses: opspresso/action-docker@v0.3.9
|
uses: opspresso/action-docker@v0.3.9
|
||||||
- name: Docker Push
|
|
||||||
|
|||||||
Reference in New Issue
Block a user