Skip to content

Bump jinja2 from 3.1.3 to 3.1.4 in /db_gateway #108

Bump jinja2 from 3.1.3 to 3.1.4 in /db_gateway

Bump jinja2 from 3.1.3 to 3.1.4 in /db_gateway #108

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build location service
run: docker build ./location_service --tag location_service:$(date +%s)
# - name: Build <service name>
# run: docker build ./<service_name> --tag <service_name>:$(date +%s)