Skip to content

Commit

Permalink
Build playground image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Mar 20, 2024
1 parent 10bc46e commit 744f567
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-playground.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: build playground image

on:
pull_request:

jobs:
build-and-push-image:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Build and push
uses: docker/[email protected]
with:
context: "playground"
push: true
tags: playground:image
file: "playground/Containerfile"

0 comments on commit 744f567

Please sign in to comment.