Skip to content

Merge pull request #2 from EgorDinamit/fixity #2

Merge pull request #2 from EgorDinamit/fixity

Merge pull request #2 from EgorDinamit/fixity #2

Workflow file for this run

name: Build Release
on:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Clone custom items
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
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@v5
with:
name: ${{ secrets.IMAGE_NAME }}
username: ${{ secrets.REG_USER }}
password: ${{ secrets.REG_PASS }}
tags: "latest"
buildargs: BUILD_ARGS
registry: ${{ secrets.REG_URL }}
cache: true