We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69cf8b commit cb68afcCopy full SHA for cb68afc
1 file changed
.github/workflows/docker.yml
@@ -87,6 +87,9 @@ jobs:
87
username: ${{ github.actor }}
88
password: ${{ secrets.GITHUB_TOKEN }}
89
90
+ - name: Install just
91
+ uses: extractions/setup-just@v2
92
+
93
- name: Create local.properties for CI
94
run: |
95
echo "gpr.username=${{ github.actor }}" > local.properties
0 commit comments