Skip to content

Automatic changelog compile #2

Automatic changelog compile

Automatic changelog compile #2

Workflow file for this run

name: Build Release
on:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clone custom items
uses: actions/checkout@v4
with:
repository: Baystation12/custom-items
path: custom-items
- name: Build and Publish Image to Registry
env:
BUILD_ARGS: -Icustom-items/inc.dm
uses: elgohr/Publish-Docker-Github-Action@38987302af488ecaab9aa56003116c62436d7648
with:
name: ${{ secrets.IMAGE_NAME }}
username: ${{ secrets.REG_USER }}
password: ${{ secrets.REG_PASS }}
tags: "latest"
buildargs: BUILD_ARGS
registry: ${{ secrets.REG_URL }}
cache: true