Skip to content

Commit

Permalink
Remove incorrect dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonakoudijs committed Sep 21, 2024
1 parent a777da7 commit a544425
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
build-image:
name: Build Image
runs-on: ubuntu-24.04
needs: check-requirements
steps:
- uses: actions/checkout@v4
- name: Docker Login
Expand All @@ -22,7 +21,7 @@ jobs:

update-readme:
name: Update Readme
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Update Docker Hub Description
Expand Down

0 comments on commit a544425

Please sign in to comment.