CI: Supply STD token to docker-ci

This allows to verify that STD plugin also builds, normally we skip it when token is not provided (for a reason)
This commit is contained in:
Archi
2021-05-21 01:05:59 +02:00
parent c73a12bf49
commit 795af015af

View File

@@ -23,6 +23,7 @@ jobs:
with:
context: .
platforms: ${{ env.PLATFORMS }}
build-args: STEAM_TOKEN_DUMPER_TOKEN=${{ secrets.STEAM_TOKEN_DUMPER_TOKEN }}
- name: Build Docker image from Dockerfile.Service
uses: docker/build-push-action@v2
@@ -30,3 +31,4 @@ jobs:
context: .
file: Dockerfile.Service
platforms: ${{ env.PLATFORMS }}
build-args: STEAM_TOKEN_DUMPER_TOKEN=${{ secrets.STEAM_TOKEN_DUMPER_TOKEN }}