build(deps): bump steamcmd/steamcmd from 5ebf812
to 6af7342
#148
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- .github/** | |
pull_request: | |
branches: | |
- main | |
workflow_dispatch: | |
concurrency: CI-${{ github.ref }} | |
jobs: | |
build-wine-stable: | |
uses: mornedhels/workflow-center-public/.github/workflows/docker-build.yml@main | |
with: | |
image-name: icarus-server | |
image-tag: dev | |
secrets: | |
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_TOKEN }} | |
build-wine-staging: | |
uses: mornedhels/workflow-center-public/.github/workflows/docker-build.yml@main | |
with: | |
image-name: icarus-server | |
image-tag: dev-wine-staging | |
build-args: | | |
WINE_BRANCH=staging | |
trivy-scan: false | |
secrets: | |
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_TOKEN }} |