Skip to content

Bump certifi from 2023.7.22 to 2024.7.4 in /app #33

Bump certifi from 2023.7.22 to 2024.7.4 in /app

Bump certifi from 2023.7.22 to 2024.7.4 in /app #33

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