chore(deps): bump the docker-updates group across 4 directories with 3 updates #4872
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: pull_request | |
name: Build | |
# Declare default permissions as read only | |
permissions: read-all | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
target: | |
- docker-full | |
- docker-minimal | |
- linux compress | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | |
- name: Build Container | |
run: make ${{matrix.target}} | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |