Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

build(deps): bump docker/build-push-action from 2.7.0 to 5.1.0 #138

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
username: ${{ github.actor }}
-
name: Build and Load Docker Image
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
with:
build-args: |
PACKAGE=${{ matrix.package }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
wait-for-processing: true
-
name: Build and Push Docker Image
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
with:
build-args: |
PACKAGE=${{ matrix.package }}
Expand Down
Loading