Skip to content

Commit

Permalink
have to use bbranch for dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Oct 15, 2024
1 parent 434a21d commit 79aa578
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@ jobs:
ghcr_tags: ${{ steps.set-vars.outputs.ghcr_tags }}
file: ${{ steps.set-vars.outputs.file }}
steps:
# TODO: why checkout?
- name: Check out the code at a specific ref
uses: actions/checkout@v4
with:
ref: ${{ inputs.nightly_tag_main || github.ref }}

- name: Set Dockerfile and Tags
id: set-vars
run: |
Expand Down Expand Up @@ -177,7 +171,9 @@ jobs:
runs-on: ubuntu-latest
needs: [get-version, setup]
steps:
# TODO: Should be inputs.version iff not base
# TODO: Should be inputs.version iff not base version
# if it's not main, you still kind of have to supply a main tag. it's weird, since we don't have a base tag without a main.

- name: Check out the code at a specific ref
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 79aa578

Please sign in to comment.