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:
|
||||
- uses: actions/checkout@v2
|
||||
- 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
|
||||
uses: opspresso/action-docker@v0.3.9
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user