Skip to content

Commit

Permalink
Merge pull request #473 from pyupio/feat/allow-image-builds
Browse files Browse the repository at this point in the history
Build docker image on image-builds push
  • Loading branch information
yeisonvargasf authored May 29, 2023
2 parents 864e6de + de97932 commit 10df400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "^(\\d+\\.\\d+(\\.\\d+)?)$"
branches: [image-builds]

env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit 10df400

Please sign in to comment.