remove unneeded build step

This commit is contained in:
timothycarambat 2024-01-12 13:33:11 -08:00
parent 315b92e164
commit e5826d8c24

View File

@ -32,11 +32,6 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
- name: Parse repository name to lowercase
shell: bash
run: echo "repo=${GITHUB_REPOSITORY,,}" >> $GITHUB_OUTPUT
id: lowercase_repo
- name: Check if DockerHub build needed
shell: bash
run: |