This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
chore(deps): update module github.com/docker/docker to v26.1.5+incomp… #1229
This file contains 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: Main Merge | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
packages: write | |
jobs: | |
verification: | |
name: Verification | |
uses: ./.github/workflows/reusable-verification.yml | |
secrets: inherit | |
build-and-push: | |
needs: verification | |
uses: ./.github/workflows/build-and-push-components.yml | |
with: | |
image_tag: latest |