Skip to content

Merge branch 'master' of https://github.com/Syntax3rror404/revealjs-helm #22

Merge branch 'master' of https://github.com/Syntax3rror404/revealjs-helm

Merge branch 'master' of https://github.com/Syntax3rror404/revealjs-helm #22

name: Container image build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build container
uses: aevea/[email protected]
with:
image: revealjs
tag: latest
registry: ghcr.io
password: ${{secrets.CI_REGISTRY_PASSWORD}}