Skip to content

Commit bb0938a

Browse files
chore(deps): update docker/build-push-action action to v7.3.0 (#585)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3cf406a commit bb0938a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
type=sha,format=long
6767
6868
- name: Build
69-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
69+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
7070
with:
7171
load: true
7272
tags: weblate/base:test
@@ -78,7 +78,7 @@ jobs:
7878

7979

8080
- name: Build and push
81-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
81+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
8282
with:
8383
push: ${{ github.event_name != 'pull_request' }}
8484
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)