Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyajob05 authored Oct 3, 2023
1 parent 0f3bb3a commit f557852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Build the Docker image
run: |
docker build -t ${{ secrets.DOCKERHUB_REPOSITORY }}:$(date +%s) .
docker build -t ${{ secrets.DOCKERHUB_REPOSITORY }}:latest .
docker tag ${{ secrets.DOCKERHUB_REPOSITORY }}:latest ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:latest
- name: Push Docker Image
Expand Down

0 comments on commit f557852

Please sign in to comment.