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 4.0.0 #130

Closed
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@3b5e8027fcad23fda98b2e3ac259d8d67585f671
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@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
build-args: |
PACKAGE=${{ matrix.package }}
Expand Down