Skip to content
Snippets Groups Projects
Commit e5826d8c authored by timothycarambat's avatar timothycarambat
Browse files

remove unneeded build step

parent 315b92e1
No related branches found
No related tags found
No related merge requests found
...@@ -32,11 +32,6 @@ jobs: ...@@ -32,11 +32,6 @@ jobs:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v4 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 - name: Check if DockerHub build needed
shell: bash shell: bash
run: | run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment