update 2 :)

This commit is contained in:
Mo Tarbin 2024-09-05 22:50:47 -04:00
parent e671746433
commit 887759dd68

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