Skip to content

Commit

Permalink
Set RABBITMQ_VERSION in the OCI image
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Jan 29, 2025
1 parent 6692fcb commit a06114a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/oci-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
default: false
env:
REGISTRY_IMAGE: pivotalrabbitmq/rabbitmq
VERSION: 4.1.0+${{ github.sha }}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
- name: make package-generic-unix
if: steps.authorized.outputs.authorized == 'true'
run: |
make package-generic-unix PROJECT_VERSION=4.1.0-alpha.1
make package-generic-unix PROJECT_VERSION=${{ env.VERSION }}
- name: Upload package-generic-unix
if: steps.authorized.outputs.authorized == 'true'
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -118,5 +119,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
cache-to: type=gha,mode=max,scope=${{ matrix.otp_version }}
cache-from: type=gha,scope=${{ matrix.otp_version }}
build-args:
build-args: |
OTP_VERSION=${{ matrix.otp_version }}
RABBITMQ_VERSION=${{ env.VERSION }}

0 comments on commit a06114a

Please sign in to comment.