Bump jinja2 from 3.1.3 to 3.1.4 in /db_gateway #108
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |