Skip to content

Commit de3b59d

Browse files
committed
chore: remove version
1 parent 16788ef commit de3b59d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ jobs:
185185
strategy:
186186
matrix:
187187
image_tag: ${{ fromJson(needs.build.outputs.image_tags) }}
188-
version: ${{ fromJson(needs.build.outputs.versions) }}
189188
runs-on: ubuntu-latest
190189
steps:
191190
- uses: docker/setup-buildx-action@v3
@@ -205,7 +204,7 @@ jobs:
205204
SLACK_WEBHOOK: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK }}
206205
SLACK_USERNAME: "gha-failures-notifier"
207206
SLACK_COLOR: "danger"
208-
SLACK_MESSAGE: "Building Postgres image failed for version ${{ matrix.version }}"
207+
SLACK_MESSAGE: "Building Postgres image failed for version ${{ matrix.image_tag }}"
209208
SLACK_FOOTER: ""
210209

211210
get_publish_version:

0 commit comments

Comments
 (0)