Skip to content

Commit

Permalink
fix(openssl): lost the openssl floating image
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Dec 8, 2022
1 parent edb6e6b commit 445a395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- uses: docker/setup-buildx-action@v2
- name: Set environment variables
run: |
grep -v '^#' .requirements >> $GITHUB_ENV
echo "ARCHITECTURE=${{ matrix.architecture }}" >> $GITHUB_ENV
echo "OSTYPE=${{ matrix.ostype }}" >> $GITHUB_ENV
echo "REGISTRY=ghcr.io"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ tar -C /tmp/build -xvf openssl.tar.gz

The gcr.io docker tag naming setup is:
```
ghcr.io/kong/kong-openssl:${GITHUB_RELEASE}-${OSTYPE}
# Example gcr.io/kong/kong-openssl:1.1.4-linux-musl which is a multi-architecture image
ghcr.io/kong/kong-openssl:${GITHUB_RELEASE}-${ARCHITECTURE}-${OSTYPE}
# Example gcr.io/kong/kong-openssl:1.1.0-aarch64-linux-musl
Expand Down

0 comments on commit 445a395

Please sign in to comment.