Skip to content

Commit

Permalink
Do not try to create docker image for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsaghy committed Nov 28, 2024
1 parent c2d72c9 commit 6411a59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/create-docker-hub-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Publish Image in Docker Hub
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:

Expand Down Expand Up @@ -33,4 +31,3 @@ jobs:

- name: Docker Hub Push
run: docker image push $DOCKER_ORGANIZATION/web-app:$WEB_APP_VERSION

0 comments on commit 6411a59

Please sign in to comment.