Skip to content

Commit

Permalink
remove unneeded build step
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Jan 12, 2024
1 parent 315b92e commit e5826d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e5826d8

Please sign in to comment.