Skip to content

fix: panic on get contest with auth #9

fix: panic on get contest with auth

fix: panic on get contest with auth #9

Workflow file for this run

name: Push image to DockerHub
on:
push:
branches:
- master
- dev
jobs:
build-image:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push image
run: |
./build.sh image push