Skip to content

docs(readme): add “Static address mode” to 5.1 Payment flow #23

docs(readme): add “Static address mode” to 5.1 Payment flow

docs(readme): add “Static address mode” to 5.1 Payment flow #23

Workflow file for this run

name: dev-ci
on:
- push
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
-
name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
flavor: |
latest=false
images: |
vsyshost/shkeeper
tags: |
type=raw,value=dev-{{branch}}-{{sha}}
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: ${{ steps.meta.outputs.tags }}