mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 11:33:45 +00:00
Checksum check before proceeding.
This commit is contained in:
@@ -19,26 +19,31 @@ jobs:
|
||||
folder: build/latest
|
||||
file: Dockerfile.mono
|
||||
platforms: linux/amd64,linux/arm64
|
||||
sha1: 584966ef6029f21dc842a7f55f6f117b3a0b0321
|
||||
- tag: "0.9.2.1"
|
||||
version: "0.9.2.1"
|
||||
folder: build/latest
|
||||
file: Dockerfile.mono
|
||||
platforms: linux/amd64,linux/arm64
|
||||
sha1: c5d2e690a7739fa9c0651845b31d912f88d6fa22
|
||||
- tag: "0.9.2.2"
|
||||
version: "0.9.2.2"
|
||||
folder: build/latest
|
||||
file: Dockerfile.mono
|
||||
platforms: linux/amd64,linux/arm64
|
||||
sha1: b280d109cf04755a02db1c729af5a5e4160d1ce6
|
||||
- tag: "0.9.3.0"
|
||||
version: "0.9.3.0"
|
||||
folder: build/latest
|
||||
file: Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
sha1: a4bcd861626195af80cc1f962d3a2f4528859ad2
|
||||
- tag: "latest"
|
||||
version: "0.9.3.0"
|
||||
folder: build/latest
|
||||
file: Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
sha1: a4bcd861626195af80cc1f962d3a2f4528859ad2
|
||||
|
||||
steps:
|
||||
- name: Checkout Codebase
|
||||
@@ -76,5 +81,6 @@ jobs:
|
||||
file: "${{ matrix.file }}"
|
||||
build-args: |
|
||||
OPENSIM_VERSION=${{ matrix.version }}
|
||||
OPENSIM_SHA1=${{ matrix.sha1 }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
Reference in New Issue
Block a user