Skip to content

fix: back to full user list #7

fix: back to full user list

fix: back to full user list #7

Workflow file for this run

name: Build the Docker image
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: actions/checkout@v2
- name: Build and publish
run: ./build.sh