Skip to content

Bump aiohttp from 3.8.3 to 3.8.6 in /app #27

Bump aiohttp from 3.8.3 to 3.8.6 in /app

Bump aiohttp from 3.8.3 to 3.8.6 in /app #27

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