Skip to content

Commit

Permalink
try fixing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mezdahun authored Mar 11, 2022
1 parent 535ad20 commit 9a5e64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Build the Docker image
run: docker build . --file Dockerfile --tag mezdahun/scioip34abm:$(date +%s)
run: docker build . --file Dockerfile --tag ${{secrets.DOCKER_USER}}/scioip34abm:latest
- name: Push Docker image to DockerHub
run: docker push ${{secrets.DOCKER_USER}}/scioip34abm
run: docker push ${{secrets.DOCKER_USER}}/scioip34abm:latest

0 comments on commit 9a5e64f

Please sign in to comment.