Skip to content

Commit

Permalink
always label with latest tag to make less complicated
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Dec 2, 2024
1 parent 30674d7 commit c5486bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
env:
BUILD_IDENTIFIER: "${{ matrix.python-tag }}-${{ inputs.platform-tag }}"
MACOS_OPENSSL_VERSION: 3
CUSTOM_IMAGE_NAME: ghcr.io/aerospike/manylinux2014_{0}:CLIENT-2217-openssl3-manylinux
CUSTOM_IMAGE_NAME: ghcr.io/aerospike/manylinux2014_{0}:latest
steps:
- name: Create status check message
run: echo STATUS_CHECK_MESSAGE="cibuildwheel (${{ env.BUILD_IDENTIFIER }})" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-manylinux-openssl-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
id: meta
with:
images: ${{ env.REGISTRY }}/aerospike/manylinux2014_${{ matrix.arch-and-runner-os[0] }}
flavor: latest=true

- name: Set up Docker Buildx so we can cache our Docker image layers
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit c5486bd

Please sign in to comment.