Skip to content

Commit

Permalink
adds workflow for publishing docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed Sep 4, 2024
1 parent 9cc6805 commit 81d7c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:

- name: Build and Push Docker Image
run: |
docker build -t ./docker/. ${{ secrets.DOCKER_USERNAME }}/sdt-v2:latest
docker build -t ${{ secrets.DOCKER_USERNAME }}/sdt-v2:latest -f ./docker/Dockerfile .
docker push ${{ secrets.DOCKER_USERNAME }}/sdt-v2:latest

0 comments on commit 81d7c52

Please sign in to comment.