Skip to content

Fix "Failed to set beta 'validate'" #6

Fix "Failed to set beta 'validate'"

Fix "Failed to set beta 'validate'" #6

Workflow file for this run

name: Docker Image Sunkenland CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Read VERSION file
id: getversion
run: echo "VERSION=$(cat VERSION)" >> $GITHUB_OUTPUT
- name: Build Sunkenland Docker image
run: docker build . --file Dockerfile --tag sunkenland-ds:${{ steps.getversion.outputs.VERSION }}