Skip to content

Bump axios from 0.21.1 to 1.6.0 #5

Bump axios from 0.21.1 to 1.6.0

Bump axios from 0.21.1 to 1.6.0 #5

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
registry: ghcr.io
repository: netology-code/necommerce-frontend
tag_with_ref: true