Skip to content

playground tests

playground tests #1

Workflow file for this run

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"