Skip to content

Commit

Permalink
moves to slacgismo hub account
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed Sep 4, 2024
1 parent 6dcd71a commit 9e02b9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- deploy-docker
# workflow_run:
# workflows: [build]
# workflows: [ "Deploy Main"]
# types:
# - completed

Expand All @@ -25,5 +25,5 @@ jobs:

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

0 comments on commit 9e02b9d

Please sign in to comment.