Skip to content

Add image

Add image #1

Workflow file for this run

name: Build image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
run: docker build . --file Dockerfile --tag ghcr.io/openai/codex-universal:$(date +%s) --tag ghcr.io/openai/codex-universal:latest --push