Skip to content

😹 Add account cookie if invalid check #12

😹 Add account cookie if invalid check

😹 Add account cookie if invalid check #12

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
paths-ignore:
- 'README.md'
- '.github/**'
pull_request:
branches: [ "main" ]
paths-ignore:
- 'README.md'
- '.github/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: ellermister/mybili:latest