Squashed commit of the following:

commit 5d7c08be36
Author: Renovate Bot <renovate@sh.ryuu.in>
Date:   Thu Jul 2 02:33:35 2026 +0000

    Update docker/build-push-action action to v7.3.0
This commit is contained in:
2026-07-07 21:06:43 +05:30
parent d5db564bf6
commit d3af60317f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
type=raw,value=${{ steps.version.outputs.minor_version }}
type=raw,value=${{ steps.version.outputs.version }},priority=1000
- name: Build and push
uses: docker/build-push-action@v7.2.0
uses: docker/build-push-action@v7.3.0
with:
context: ${{ matrix.variant.context }}
file: ${{ matrix.variant.dockerfile }}
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
type=raw,value=${{ steps.version.outputs.minor_version }}
type=raw,value=${{ steps.version.outputs.version }},priority=1000
- name: Build Test
uses: docker/build-push-action@v7.2.0
uses: docker/build-push-action@v7.3.0
with:
context: ${{ matrix.variant.context }}
file: ${{ matrix.variant.dockerfile }}