Skip to content

Updated Logo

Updated Logo #17

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_TOKEN_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN_PASS }}
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: d0ckmg/free-gpt4-web-api:latest