Skip to content

Commit

Permalink
Fixed minor error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
juanboirazian committed Sep 1, 2024
1 parent a5d7526 commit ad67b96
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 @@ -27,4 +27,4 @@ jobs:
- name: Push the Docker image to Docker Hub
run: |
docker tag luneforge:$(date +%s) ${{ secrets.DOCKER_USERNAME }}/luneforge:latest
docker push ${{ secrets.DOCKER_USERNAME }}/luneforge:latest
docker push ${{ secrets.DOCKER_USER }}/luneforge:latest

0 comments on commit ad67b96

Please sign in to comment.