Update docker-image.yml

This commit is contained in:
2021-09-20 17:38:33 -07:00
committed by GitHub
parent 873fa28391
commit 3aa5ea3427

View File

@@ -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: