Skip to content

Commit

Permalink
Refactor (ci): Tweak order of dockerhub-description job keys (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh authored Mar 4, 2023
1 parent ca15770 commit a029e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

dockerhub-description:
runs-on: ubuntu-latest
needs: [alpine, ubuntu]
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: peter-evans/dockerhub-description@v3
Expand Down

0 comments on commit a029e08

Please sign in to comment.