Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

⬆️ backend: Bump axios from 1.4.0 to 1.6.2 in /backend/services/core #817

⬆️ backend: Bump axios from 1.4.0 to 1.6.2 in /backend/services/core

⬆️ backend: Bump axios from 1.4.0 to 1.6.2 in /backend/services/core #817

Workflow file for this run

name: Build BE Docker Image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file ./backend/services/core/Dockerfile.prod --tag core:$(date +%s)