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 ad67b96 commit 1ba3fa0
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 @@ -26,5 +26,5 @@ jobs:

- name: Push the Docker image to Docker Hub
run: |
docker tag luneforge:$(date +%s) ${{ secrets.DOCKER_USERNAME }}/luneforge:latest
docker tag luneforge:$(date +%s) ${{ secrets.DOCKER_USER }}/luneforge:latest
docker push ${{ secrets.DOCKER_USER }}/luneforge:latest

0 comments on commit 1ba3fa0

Please sign in to comment.