Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Merge pull request #175 from 100km/ci-change #89

Merge pull request #175 from 100km/ci-change

Merge pull request #175 from 100km/ci-change #89

Workflow file for this run

name: Docker
on:
push:
branches:
- main
jobs:
build:
name: Docker build and push
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build and push
uses: docker/build-push-action@v2
with:
push: true
tags: 100km/stk:latest