Skip to content

Update docker/build-push-action action to v6.9.0 #166

Update docker/build-push-action action to v6.9.0

Update docker/build-push-action action to v6.9.0 #166

Workflow file for this run

name: build and test
on: [push]
jobs:
build:
uses: ./.github/workflows/workflow-build.yaml
with:
# tag 'test' if merged to dev branch
publish: ${{ github.ref == 'refs/heads/dev' }}
tag-name: 'test'