Skip to content

invalid escape fix

invalid escape fix #24

name: Docker Image TESTBUILD
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: lamer1
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: supertypo/kaspa-rest-server:${{ github.sha }}
file: ./docker/Dockerfile
build-args: |
version=${{github.ref_name}}