Skip to content

Update deploy.yaml (#21) #11

Update deploy.yaml (#21)

Update deploy.yaml (#21) #11

name: Build and Deploy
on:
push:
branches:
- master
tags:
- v*
jobs:
build:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/docker-tpl.yaml@main
with:
images: flosspicks/blockscout
context: .
dockerfile: ./docker/Dockerfile
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
deploy-prod:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/deploy-v3-tpl.yaml@main

Check failure on line 19 in .github/workflows/publish-docker-image-every-push.yml

View workflow run for this annotation

GitHub Actions / Build and Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/publish-docker-image-every-push.yml (Line: 19, Col: 11): Secret ARGOCD_TOKEN is required, but not provided while calling. .github/workflows/publish-docker-image-every-push.yml (Line: 31, Col: 27): Invalid secret, GOOGLE_CREDENTIALS is not defined in the referenced workflow.
needs:
- build
with:
images: flosspicks/blockscout
tag: sha-${{ github.sha }}
cluster: prod
namespace: crossbell
releaseName: blockscout
revision: master
dir: deploy/prod
secrets:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}