Skip to content

Commit

Permalink
Update publish_dockerhub.yml (#1538)
Browse files Browse the repository at this point in the history
* Update publish_dockerhub.yml

* Update publish_dockerhub.yml

Corrected workflow.
  • Loading branch information
stephanmg authored Dec 18, 2024
1 parent f2fb5cd commit dfc8c06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Docker Image
on:
push:
branches:
- main
- develop
paths:
- 'docker/**'
- '.github/workflows/docker-publish.yml'
Expand All @@ -25,8 +25,8 @@ jobs:

- name: Build and tag the Docker image
run: |
docker build -t ICB_DCM/pypesto:latest -f docker/Dockerfile .
docker build -t stephanmg/pypesto:latest -f docker/Dockerfile .
- name: Push the Docker image to Docker Hub
run: |
docker push ICB_DCM/pypesto:latest
docker push stephanmg/pypesto:latest

0 comments on commit dfc8c06

Please sign in to comment.