Skip to content

Commit aa265ce

Browse files
Merge pull request #15659 from rabbitmq/dependabot/github_actions/main/docker/build-push-action-7
build(deps): bump docker/build-push-action from 6 to 7
2 parents e80fe28 + c6357f1 commit aa265ce

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/authorization-server-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3131

3232
- name: Build and push
33-
uses: docker/build-push-action@v6
33+
uses: docker/build-push-action@v7
3434
with:
3535
context: selenium/authorization-server
3636
push: true

.github/workflows/oci-make-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Build and push by digest
137137
id: build
138-
uses: docker/build-push-action@v6
138+
uses: docker/build-push-action@v7
139139
with:
140140
push: true
141141
context: packaging/docker-image

.github/workflows/oci-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
password: ${{ secrets.DOCKERHUB_PASSWORD }}
120120
- name: Build and push by digest
121121
id: build
122-
uses: docker/build-push-action@v6
122+
uses: docker/build-push-action@v7
123123
with:
124124
push: true
125125
context: packaging/docker-image

0 commit comments

Comments
 (0)