Update README.md to change video thumbnail image #6
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
name: Execute Docker Bake on GitHub Actions | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
execute-docker-bake: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Execute Docker Bake | |
run: docker buildx bake |