Compare commits
3 commits
93c897c040
...
d28cc72d91
Author | SHA1 | Date | |
---|---|---|---|
d28cc72d91 | |||
fb80b6f92e | |||
feb5855c4d |
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ jobs:
|
|||
- name: Set repository name to lowercase
|
||||
run: echo "REPO_NAME=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
|
||||
|
||||
- name: Set up Docker
|
||||
uses: https://github.com/docker-practice/actions-setup-docker@master
|
||||
timeout-minutes: 12
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue