Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f310e62bd0 | |||
| 011abf2aa5 | |||
| 2fdd760070 | |||
| a638507b2b | |||
| ad2e249a87 |
@@ -72,7 +72,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: 🏗 Set up build cache
|
||||
id: cache
|
||||
uses: actions/cache@v3.2.5
|
||||
uses: actions/cache@v3.2.6
|
||||
with:
|
||||
path: /tmp/.docker-cache
|
||||
key: docker-${{ matrix.architecture }}-${{ github.sha }}
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
- name: 🏗 Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2.1.0
|
||||
- name: 🏗 Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2.4.1
|
||||
uses: docker/setup-buildx-action@v4.2.0
|
||||
- name: ℹ️ Compose build flags
|
||||
id: flags
|
||||
run: |
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
setuptools==67.3.2
|
||||
streamlink==5.2.1
|
||||
setuptools==67.4.0
|
||||
streamlink==5.3.1
|
||||
|
||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user