Skip to content

fix chown/chmod location #110

fix chown/chmod location

fix chown/chmod location #110

Workflow file for this run

name: Main
on:
push:
branches:
- 'main'
schedule:
- cron: '0 0 1,11,22 * *'
workflow_dispatch:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Docker Login
uses: docker/login-action@v2
with:
username: tanq16
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
- run: chmod +x ./security_docker_main/local-builder-script.sh
- run: cd ./security_docker_main && bash local-builder-script.sh