Skip to content

Build on workflow yaml change #2

Build on workflow yaml change

Build on workflow yaml change #2

Workflow file for this run

name: Build Tile38
on:
workflow_dispatch:
push:
branches:
- master
paths:
- tile38/Dockerfile
- .github/workflows/build-tile38.yaml
env:
GITHUB_TOKEN: ${{ secrets.GHCR_PAT }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Docker Build and Notify
uses: ./.github/actions/docker-build-notify
with:
context: 'tile38'
image_name: 'easypi/tile38'
version_arg: 'TILE38_VERSION'
version_value: '1.38.0'