Skip to content

chore(deps): bump node-fetch from 1.7.3 to 2.7.0 #37

chore(deps): bump node-fetch from 1.7.3 to 2.7.0

chore(deps): bump node-fetch from 1.7.3 to 2.7.0 #37

name: Docker Image CI Production
on:
push:
branches: [ "master" , 'release/**', "development"]
pull_request:
branches: [ "master","development" ]
jobs:
build:
permissions:
contents: read
security-events: write
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: List files
run: ls
working-directory: ./packages/medusa-strapi
- name: Build the Docker image
run: docker build -f ./Dockerfile.prod -t sgf-strapi --build-arg AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID --build-arg AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY --build-arg AWS_DEFAULT_REGION="ap-south-1" --no-cache .
working-directory: ./packages/medusa-strapi