update 2 :)

This commit is contained in:
Mo Tarbin 2024-09-05 22:50:47 -04:00
parent fd3e4af25b
commit 3868178675

View file

@ -44,7 +44,7 @@ jobs:
# Build and tag Docker image
- name: Build Docker image
run: |
docker build -t ${{ secrets.DOCKER_USERNAME }}/my-go-app:${{ github.sha }} .
docker build -t ${{ secrets.DOCKER_USERNAME }}/donetick:${{ github.sha }} .
# Push Docker image
- name: Push Docker image