Fixup the oci.yaml workflow to not be branch specific

This way we can sync the workflow file across the release branches
This commit is contained in:
Philip Kuryloski 2022-04-01 09:04:49 +02:00
parent 7a390afa34
commit af048d451d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ jobs:
- name: Build generic unix package
run: |
sed -i"_orig" '/APP_VERSION/ s/3.10.0/${{ github.sha }}/' rabbitmq.bzl
sed -i"_orig" -E '/APP_VERSION/ s/3\.[0-9]+\.[0-9]+/${{ github.sha }}/' rabbitmq.bzl
bazelisk build :package-generic-unix
- name: Resolve generic unix package path