Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/luisferrarezi/tiulanches in…
Browse files Browse the repository at this point in the history
…to TLT-80
  • Loading branch information
luisferrarezi committed Feb 24, 2024
2 parents 4556820 + c01a80c commit 96016cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
- name: Build with Maven
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 96016cb

Please sign in to comment.