Skip to content

Commit

Permalink
updated docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorDidier committed Jan 23, 2024
1 parent 56cb46e commit 3449f33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name: Docker
# separate terms of service, privacy policy, and support
# documentation.

on:
release:
types: [ "push" ]
pull_request:
branches: [ "main" ]
on: [ "push" ]
#release:
# types: [ "push" ]
#pull_request:
# branches: [ "main" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 3449f33

Please sign in to comment.