Skip to content

ci: scope down GitHub Token permissions #69

ci: scope down GitHub Token permissions

ci: scope down GitHub Token permissions #69

Workflow file for this run

name: Docker Image CI
on:
push:
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: "true"
- name: Build the Docker image
run: cd .devcontainer && docker build . --file Dockerfile --tag aws-terraform-dev-container:${{ github.run_id }}