fixing release of interceptor and scaler (#314)

Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
This commit is contained in:
Aaron Schlesinger 2021-11-09 23:20:23 -08:00 committed by GitHub
parent 7ae61863d3
commit 5e745724e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -66,6 +66,11 @@ jobs:
run: |
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
- name: Get the version
id: get_version
run: |
echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}
- name: Set up Buildx
uses: docker/setup-buildx-action@v1
@ -104,6 +109,11 @@ jobs:
run: |
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
- name: Get the version
id: get_version
run: |
echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}
- name: Set up Buildx
uses: docker/setup-buildx-action@v1