Skip to content

Add support Gemini 2.0 native image generation as a tool replacing St… #30

Add support Gemini 2.0 native image generation as a tool replacing St…

Add support Gemini 2.0 native image generation as a tool replacing St… #30

Workflow file for this run

name: Build and Push Docker Image
on:
push:
branches:
- master
- main
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: zavocc
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: zavocc/jakey:sugilite