Update docker-image.yml
This commit is contained in:
7
.github/workflows/docker-image.yml
vendored
7
.github/workflows/docker-image.yml
vendored
@@ -16,11 +16,12 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile --tag frishi/threetwo:$(date +%s)
|
||||
- name: Docker Push
|
||||
uses: opspresso/action-docker@v0.3.9
|
||||
- name: Action Docker Push
|
||||
# You may pin to the exact commit or the version.
|
||||
# uses: timzu/act-docker@8f210802215e27956d668a1a963f02ae760983fb
|
||||
uses: timzu/act-docker@v0.3.4
|
||||
env:
|
||||
USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
TAG_NAME: "v0.0.1"
|
||||
BUILDX: "false"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user