Skip to content

Commit c4112f4

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent c5f9e98 commit c4112f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/continuous-delivery.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
username: ${{ github.repository_owner }}
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Build and push Acryss Docker image
31-
uses: docker/build-push-action@v5.1.0
31+
uses: docker/build-push-action@v6.5.0
3232
with:
3333
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
3434
context: .
@@ -52,7 +52,7 @@ jobs:
5252
username: ${{ github.repository_owner }}
5353
password: ${{ secrets.GITHUB_TOKEN }}
5454
- name: Build and push Nayre Docker image
55-
uses: docker/build-push-action@v5.1.0
55+
uses: docker/build-push-action@v6.5.0
5656
with:
5757
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
5858
context: .
@@ -76,7 +76,7 @@ jobs:
7676
username: ${{ github.repository_owner }}
7777
password: ${{ secrets.GITHUB_TOKEN }}
7878
- name: Build and push Frontend Docker image
79-
uses: docker/build-push-action@v5.1.0
79+
uses: docker/build-push-action@v6.5.0
8080
with:
8181
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
8282
context: .

0 commit comments

Comments
 (0)