Skip to content

ci: add the docker-push github action (#38) #38

ci: add the docker-push github action (#38)

ci: add the docker-push github action (#38) #38

Workflow file for this run

name: Execute lint/tests/release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
build:
uses: ./.github/workflows/lint-and-tests.yml
release-please:
needs: build
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
package-name: secure-qrcode