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 677f253 commit e511a6cCopy full SHA for e511a6c
.github/workflows/oci-make.yaml
@@ -94,8 +94,8 @@ jobs:
94
uses: docker/metadata-action@v5
95
with:
96
images: ${{ env.REGISTRY_IMAGE }}
97
- flavor: |
98
- suffix=-otp${{ matrix.otp_version }}
+ # flavor: |
+ # suffix=-otp${{ matrix.otp_version }}
99
tags: |
100
type=ref,event=branch
101
type=ref,event=pr
.github/workflows/peer-discovery-aws.yaml
@@ -12,6 +12,8 @@ on:
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref_name }}
14
cancel-in-progress: true
15
+env:
16
+ OTP_VERSION: "27"
17
jobs:
18
peer-discovery-aws-integration-test:
19
name: Integration Test
0 commit comments