Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luisferrarezi authored Feb 24, 2024
1 parent cc6da84 commit 49ac52b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
run: mvn clean package

docker:
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- name: Docker Login
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 49ac52b

Please sign in to comment.