We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff3ec77 + 2527dbb commit 55007c9Copy full SHA for 55007c9
.github/workflows/rabbit_consumer.yaml
@@ -72,7 +72,7 @@ jobs:
72
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
73
74
- name: Build and push to staging project
75
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
76
with:
77
cache-from: type=gha
78
cache-to: type=gha,mode=max
@@ -113,7 +113,7 @@ jobs:
113
- 'OpenStack-Rabbit-Consumer/version.txt'
114
115
- name: Build and push on version change
116
117
if: steps.release_updated.outputs.version == 'true'
118
119
0 commit comments