Skip to content

Bump urllib3 from 1.26.18 to 1.26.19 in /app #32

Bump urllib3 from 1.26.18 to 1.26.19 in /app

Bump urllib3 from 1.26.18 to 1.26.19 in /app #32

Workflow file for this run

name: Docker Image CI
on: [pull_request]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --tag "arma3server:$(date +%s)"
docker-compose:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Copy .env file
run: cp .env.example .env
- name: Build the Docker image
run: docker-compose build