Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scirner22 committed May 16, 2024
1 parent f9a5ec1 commit 39bc92e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: Docker Build and Push
# Build & Push builds the simapp docker image on every push to master
# and pushes the image to https://hub.docker.com/u/provenanceio
on:
# Uncomment this trigger if you'd like to test this workflow during active development.
# This trigger is configured to not push any images to Docker Hub.
pull_request:
push:
branches:
- main
pull_request:
tags:

env:
Expand Down

0 comments on commit 39bc92e

Please sign in to comment.