Skip to content

Update rtcwPro to 1.2.9 #23

Update rtcwPro to 1.2.9

Update rtcwPro to 1.2.9 #23

name: Docker
on:
push:
branches:
- dev
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push Docker image
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: msh100/rtcw
build_args: STEAM_USER=${{ secrets.STEAM_USER }},STEAM_PASS=${{ secrets.STEAM_PASS }}
tags: dev