Skip to content

πŸŽ‰ Initial Commit #2

πŸŽ‰ Initial Commit

πŸŽ‰ Initial Commit #2

Workflow file for this run

name: Release Images
on:
schedule:
- cron: "0 8 * * *" # everyday at 8am UTC
release:
types: [published]
push:
branches:
- main
tags:
- "v*"
workflow_dispatch:
jobs:
registry:
name: Build & Push
uses: bytefloat/workflows/.github/workflows/docker-build.yml@main

Check failure on line 18 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Release Images

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 18, Col: 11): Error from called workflow bytefloat/workflows/.github/workflows/docker-build.yml@main (Line: 85, Col: 19): Unrecognized named-value: 'custom-image'. Located at position 1 within expression: custom-image != '' && custom-image || github.repository
with:
custom-image: 'fspnetwork/nginx:latest'
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_TOKEN }}