Skip to content

playground tests

playground tests #2

Workflow file for this run

name: playground
on:
pull_request:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/redhat-et/playground
tags: latest
- name: Build and push
uses: docker/[email protected]
with:
context: "playground"
push: true
tags: ${{ steps.meta.outputs.tags }}
file: "playground/Containerfile"