Skip to content

Commit

Permalink
docker publish shouldn't care about our build action
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Apr 29, 2024
1 parent 41f401e commit adcf1bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ on:
paths:
- 'docker/*'
- '.github/workflows/docker_publish.yml'
- '.github/actions/build-test/action.yml'
push:
paths:
- 'docker/*'
- '.github/workflows/docker_publish.yml'
- '.github/actions/build-test/action.yml'

env:
DOCKER_IMAGE_BASENAME: ghcr.io/${{ github.repository_owner }}/pyne_ubuntu_22.04_py3
Expand Down

0 comments on commit adcf1bd

Please sign in to comment.