Skip to content

Commit

Permalink
pr builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed May 12, 2020
1 parent d247356 commit 2b66935
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: pull request snapshot build
on:
pull-request:
branches:
- master

jobs:
build:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build Snapshot & Publish to Registry
uses: jen20/action-docker-build@v1
with:
repository: docker.pkg.github.com/pulumi/pulumi-build-container/pulumi-build-container
buildkit: true
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
tag-snapshot: true
registry: https://docker.pkg.github.com

0 comments on commit 2b66935

Please sign in to comment.