Skip to content

Commit

Permalink
set tag
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 8, 2024
1 parent 73b78e7 commit eda7195
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-manylinux-openssl-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo MANYLINUX_IMAGE_DIGEST=$(docker image inspect quay.io/pypa/manylinux2014_x86_64 --format json | jq -r ".[0].RepoDigests[0]" | sed "s/.*@sha256://") > $GITHUB_ENV
shell: bash

- run: echo CUSTOM_MANYLINUX_IMAGE_NAME="aerospike/manylinux2014_x86_64-${{ env.MANYLINUX_IMAGE_DIGEST }}-${{ env.OPENSSL_VERSION }}" >> $GITHUB_ENV
- run: echo CUSTOM_IMAGE_TAG="aerospike/manylinux2014_x86_64-${{ env.MANYLINUX_IMAGE_DIGEST }}-${{ env.OPENSSL_VERSION }}" >> $GITHUB_ENV

- uses: docker/login-action@v3
with:
Expand All @@ -34,7 +34,8 @@ jobs:
- uses: docker/metadata-action@v5
id: meta
with:
images: ${{ env.REGISTRY }}/${{ env.CUSTOM_MANYLINUX_IMAGE_NAME }}
images: ${{ env.REGISTRY }}/aerospike/manylinux2014_x86_64
tags: ${{ env.CUSTOM_IMAGE_TAG }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit eda7195

Please sign in to comment.