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

Commit

Permalink
Update build_codex_fe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Sep 27, 2023
1 parent 87cd446 commit bff371d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/build_codex_fe.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Build
name: Build Codex Frontend

on:
pull_request:
branches:
- main
- develop
push:
branches:
- docker-build-fix-patch-1
- main
- develop
tags:
- v*
schedule:
Expand Down Expand Up @@ -117,14 +121,14 @@ jobs:
# Push bleeding-edge image (develop tag) to registries
- name: Bleeding Edge Docker Hub
if: github.ref == 'refs/heads/docker-build-fix-patch-1' && github.event_name == 'push'
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
run: |
./scripts/buildx.docker.sh -t docker-build-fix-patch-1 -i codex-frontend
./scripts/buildx.docker.sh -t develop -i codex-frontend
- name: Bleeding Edge GHCR
if: github.ref == 'refs/heads/docker-build-fix-patch-1' && github.event_name == 'push'
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
run: |
./scripts/buildx.docker.sh -t docker-build-fix-patch-1 -r ghcr.io/wildmeorg/codex-frontend -i codex-frontend
./scripts/buildx.docker.sh -t develop -r ghcr.io/wildmeorg/codex-frontend -i codex-frontend
# Push nightly image (nightly tag) to registries
- name: Nightly Docker Hub
Expand Down

0 comments on commit bff371d

Please sign in to comment.