Skip to content

test

test #84

Workflow file for this run

name: Docker Image CD
on:
push:
jobs:
docker-build-squash-push:
uses: Geode-solutions/actions/.github/workflows/docker-build-squash-push.yml@master

Check failure on line 8 in .github/workflows/CD.yml

View workflow run for this annotation

GitHub Actions / Docker Image CD

Invalid workflow file

The workflow is not valid. .github/workflows/CD.yml (Line: 8, Col: 11): Secret GOOGLE_CLOUD_KEY is required, but not provided while calling. .github/workflows/CD.yml (Line: 8, Col: 11): Secret GOOGLE_CLOUD_PROJECT_ID is required, but not provided while calling.
with:
tag: ${{ github.ref_name }}
secrets:
TOKEN: ${{secrets.GITHUB_TOKEN}}