Skip to content

Bump certifi from 2023.7.22 to 2024.7.4 in /update_weather_service #112

Bump certifi from 2023.7.22 to 2024.7.4 in /update_weather_service

Bump certifi from 2023.7.22 to 2024.7.4 in /update_weather_service #112

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)