Skip to content

Commit

Permalink
Update maven-and-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julianu committed Aug 18, 2023
1 parent 01e19aa commit 7725fa5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven-and-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
types: [ "published" ]

jobs:
mavewn_build:
maven_build:
runs-on: ubuntu-latest

permissions:
Expand Down Expand Up @@ -54,10 +54,9 @@ jobs:
staging/*.zip
build_and_push_docker:
needs: maven_build
runs-on: ubuntu-latest

if: ${{ github.event_name == 'release' }}

env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 7725fa5

Please sign in to comment.