Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nirlipo committed Aug 27, 2024
1 parent 3c9a314 commit 7f7ed05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
release:
types: [published]
# Use for testing this script, which will be triggered after a push
# push:
# branches:
# - 'develop'
push:
branches:
- 'develop'
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand All @@ -30,4 +30,4 @@ jobs:
- name: push the docker image
id: push-docker-image
run: docker push ${{secrets.DOCKERHUB_USERNAME}}/planimation_backend:latest
run: docker push nirlipo/planimation_backend:latest

0 comments on commit 7f7ed05

Please sign in to comment.