Update Docker image names and build process to align with project requirements and conventions.
This commit is contained in:
parent
65aece2cd6
commit
cce72fe05e
2 changed files with 6 additions and 5 deletions
3
.github/workflows/docker-image-release.yml
vendored
3
.github/workflows/docker-image-release.yml
vendored
|
@ -44,9 +44,10 @@ jobs:
|
|||
# Build and tag Docker image
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
docker build -t ${{ secrets.DOCKER_USERNAME }}/donetick:${{ github.sha }} .
|
||||
docker build -t ${{ secrets.DOCKER_USERNAME }}/my-go-app:${{ github.sha }} .
|
||||
|
||||
# Push Docker image
|
||||
- name: Push Docker image
|
||||
run: |
|
||||
docker push ${{ secrets.DOCKER_USERNAME }}/donetick:${{ github.sha }}
|
||||
docker push ${{ secrets.DOCKER_USERNAME }}/donetick:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue