We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938dd58 commit c7a2b5dCopy full SHA for c7a2b5d
.github/workflows/ibm-mq-make.yaml
@@ -14,7 +14,7 @@ env:
14
REGISTRY_IMAGE: pivotalrabbitmq/ibm-mqadvanced-server-dev
15
IBM_MQ_REPOSITORY: ibm-messaging/mq-container
16
IBM_MQ_BRANCH_NAME: 9.4.0
17
- IMAGE_TAG: 9.4.0.12-amd64
+ IMAGE_TAG: 9.4.0.16-amd64
18
jobs:
19
docker:
20
runs-on: ubuntu-latest
@@ -34,7 +34,7 @@ jobs:
34
uses: docker/setup-buildx-action@v3
35
36
- name: Checkout ibm-mqadvanced-server-dev
37
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
38
with:
39
repository: ${{ env.IBM_MQ_REPOSITORY }}
40
ref: ${{ env.IBM_MQ_BRANCH_NAME }}
0 commit comments