Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEverling authored Apr 3, 2024
1 parent 9279a8a commit 137c9de
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
docker tag bshp/ocie:latest bshp/ocie:${{env.STABLE_CHANNEL}}
docker push bshp/ocie:latest
docker push bshp/ocie:${{env.STABLE_CHANNEL}}
- name: Build 24.04
run: |
docker build . --pull --build-arg OS_VERSION=${{env.BETA_CHANNEL}} --tag bshp/ocie:beta --no-cache
- name: Push 24.04
run: |
docker tag bshp/ocie:beta bshp/ocie:${{env.BETA_CHANNEL}}
docker push bshp/ocie:beta
docker push bshp/ocie:${{env.BETA_CHANNEL}}
# - name: Build 24.04
# run: |
# docker build . --pull --build-arg OS_VERSION=${{env.BETA_CHANNEL}} --tag bshp/ocie:beta --no-cache
# - name: Push 24.04
# run: |
# docker tag bshp/ocie:beta bshp/ocie:${{env.BETA_CHANNEL}}
# docker push bshp/ocie:beta
# docker push bshp/ocie:${{env.BETA_CHANNEL}}
- name: Dispatch Events
run: |
inheritees="apache2,ezproxy,itsm,mantis,unifi";
Expand Down

0 comments on commit 137c9de

Please sign in to comment.