Skip to content

Use shared workflow on master branch #3

Use shared workflow on master branch

Use shared workflow on master branch #3

Workflow file for this run

name: Build and push Docker image
on:
push:
branches:
- master
jobs:
build:
# Permissions for GITHUB_TOKEN
permissions:
contents: read # To check out repo
packages: write # To read NPM registry and push Docker image
uses: gunet/wallet-ecosystem/.github/workflows/docker-build-push.yml

Check failure on line 16 in .github/workflows/docker-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-push.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
image-tag: ghcr.io/gunet/wallet-backend:latest
docker-push: true