Skip to content

Commit 95acd46

Browse files
chore(deps): bump docker/build-push-action from 6.13.0 to 6.14.0 (#92)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94a3842 commit 95acd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5151

5252
- name: Build Docker image
53-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
53+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
5454
with:
5555
context: .
5656
load: true
5757
tags: ${{ steps.meta.outputs.tags }}
5858
labels: ${{ steps.meta.outputs.labels }}
5959

6060
- name: Build and push Docker image
61-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
61+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
6262
if: github.event_name != 'pull_request'
6363
with:
6464
context: .

0 commit comments

Comments
 (0)