Skip to content

Commit

Permalink
fix(ci): update bake build version
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi committed Jan 5, 2023
1 parent 5372879 commit a9af219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verifyimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
type=semver,pattern={{version}},value=v${{ matrix.crs_version }},suffix=${{ matrix.image }}${{ matrix.variant }}-{{date 'YYYYMMDDHHMM'}}
- name: Build ${{ matrix.crs_version }}-${{ matrix.image }}${{ matrix.variant }}
uses: docker/bake-action@v2.2.0
uses: docker/bake-action@v2.3.0
with:
targets: ${{ matrix.image }}${{ matrix.variant }}
files: |
Expand Down

0 comments on commit a9af219

Please sign in to comment.