Skip to content

Commit 55007c9

Browse files
Merge pull request #179 from stfc/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 3 to 6
2 parents ff3ec77 + 2527dbb commit 55007c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rabbit_consumer.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
7373

7474
- name: Build and push to staging project
75-
uses: docker/build-push-action@v3
75+
uses: docker/build-push-action@v6
7676
with:
7777
cache-from: type=gha
7878
cache-to: type=gha,mode=max
@@ -113,7 +113,7 @@ jobs:
113113
- 'OpenStack-Rabbit-Consumer/version.txt'
114114
115115
- name: Build and push on version change
116-
uses: docker/build-push-action@v3
116+
uses: docker/build-push-action@v6
117117
if: steps.release_updated.outputs.version == 'true'
118118
with:
119119
cache-from: type=gha

0 commit comments

Comments
 (0)