You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
582 B

on:
push:
branches:
- master
paths:
- 'lib/jurassic/**/*'
name: Build Docker images
jobs:
build-jurassic-park-image:
runs-on: "ubuntu-22.04"
steps:
- uses: actions/checkout@v2
- uses: elgohr/Publish-Docker-Github-Action@v4
name: Build & push Docker image
with:
tags: latest, ${{ github.ref_name }}, ${{ github.sha }}
name: garritfra/garrit.xyz/jurassic
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: lib/jurassic