Skip to content

Commit

Permalink
Merge pull request #1985 from devitocodes/deploy-docker-release
Browse files Browse the repository at this point in the history
docker: fix deployment condition
  • Loading branch information
mloubout committed Aug 3, 2022
2 parents 408d35b + a0b56e4 commit 26b77f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-devito.yml
Expand Up @@ -99,7 +99,6 @@ jobs:
run: echo "${{ steps.meta.outputs.tags }}"

- name: Build and push image
if: github.event_name == 'push'
uses: docker/build-push-action@v3
with:
context: .
Expand Down

0 comments on commit 26b77f8

Please sign in to comment.