Compare commits

..

No commits in common. "d28cc72d916fcc24ab17a724e9bcbc8f98cd23cc" and "93c897c040d38d749b0ca50706eb418875e7deca" have entirely different histories.

View file

@ -15,10 +15,6 @@ 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