Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 16: cannot unmarshal !!seq into map[string]string
2025-01-29 14:11:33 +01:00

20 lines
464 B
YAML

name: build
on:
branches:
- test
# pull_request:
# types:
# - closed
# branches:
# - main
jobs:
build:
runs-on: remote
steps:
- uses: https://git.simonis.lol/actions/build@main
with:
- DOCKER_USER: ${{ secrets.DOCKER_USER }}
- DOCKER_PW: ${{ secrets.DOCKER_PW }}
- IMAGE_NAME: "projects/file-explorer"
- IMAGE_TAG: "latest"
- DOCKERFILE_LOCATION: ".docker/Dockerfile"