Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaStere42 committed Jan 25, 2024
1 parent 4afb04b commit 4b545ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Docker

on: [push. pull_request]
on: [push, pull_request]
schedule:
- cron: '0 16 * * *' # Every day at 16:00 UTC (~09:00 PT)

Expand Down Expand Up @@ -38,9 +38,9 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}

# Build images
- name: Build Codex
run: |
./scripts/codex/buildx.sh
#- name: Build Codex
# run: |
# ./scripts/codex/buildx.sh

# Log into container registries
- name: Docker Login
Expand Down

0 comments on commit 4b545ab

Please sign in to comment.