Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Make some debugging tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Dec 2, 2024
1 parent af9e3c4 commit 010b007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
"password": "${{ secrets.GH_TOKEN_READ_MICRONAUT }}"
}]
- name: Download the backend JAR
run: mvn -B dependency:copy-dependencies -DexcludeTransitive=true
run: mvn -B dependency:copy-dependencies -DexcludeTransitive=true && ls target/dependency
- name: Build the Docker image
run: docker build --tag playground-docker:$(date +%s) .

0 comments on commit 010b007

Please sign in to comment.