-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update docker/build-push-action action to v6.6.1
- Loading branch information
1 parent
df3f16d
commit 28e9247
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build ${{ matrix.configuration }} Docker image from ${{ matrix.file }} | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
build-args: CONFIGURATION=${{ matrix.configuration }} | ||
context: . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV" | ||
- name: Build and publish Docker image from Dockerfile.Service | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
context: . | ||
file: Dockerfile.Service | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV" | ||
- name: Build and publish Docker image from Dockerfile | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
context: . | ||
platforms: ${{ env.PLATFORMS }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV" | ||
- name: Build and publish Docker image from Dockerfile | ||
uses: docker/[email protected].0 | ||
uses: docker/[email protected].1 | ||
with: | ||
context: . | ||
platforms: ${{ env.PLATFORMS }} | ||
|