Skip to content

Commit e511a6c

Browse files
committed
WIP
1 parent 677f253 commit e511a6c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/oci-make.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
uses: docker/metadata-action@v5
9595
with:
9696
images: ${{ env.REGISTRY_IMAGE }}
97-
flavor: |
98-
suffix=-otp${{ matrix.otp_version }}
97+
# flavor: |
98+
# suffix=-otp${{ matrix.otp_version }}
9999
tags: |
100100
type=ref,event=branch
101101
type=ref,event=pr

.github/workflows/peer-discovery-aws.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref_name }}
1414
cancel-in-progress: true
15+
env:
16+
OTP_VERSION: "27"
1517
jobs:
1618
peer-discovery-aws-integration-test:
1719
name: Integration Test

0 commit comments

Comments
 (0)