Skip to content

Bump axios from 1.8.2 to 1.12.0 #76

Bump axios from 1.8.2 to 1.12.0

Bump axios from 1.8.2 to 1.12.0 #76

Workflow file for this run

name: Build Containers for Prod & Push to Dockerhub
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build-and-deploy-front:
name: Build and Deploy Front-end
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
env:
VUE_APP_MAPS_API_KEY: ${{ secrets.API_KEY }}
with:
context: .
push: true
tags: 14traits/flavorday-front:latest