Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
0d872a5acc | |||
a80ad6927e
|
|||
f931e876f9
|
@@ -43,7 +43,7 @@ jobs:
|
|||||||
CREATED=$(date -u +%Y-%m-%dT%H:%M:%SZ)
|
CREATED=$(date -u +%Y-%m-%dT%H:%M:%SZ)
|
||||||
VERSION_TAG=nightly-$(date +%Y%m%d)
|
VERSION_TAG=nightly-$(date +%Y%m%d)
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--tag git.0xmax42.io/simdev/lt-auth-proxy:nightly \
|
--tag git.0xmax42.io/maxp/lt-auth-proxy:nightly \
|
||||||
--platform linux/amd64,linux/arm64 \
|
--platform linux/amd64,linux/arm64 \
|
||||||
--label org.opencontainers.image.description="Lightweight LanguageTool Auth Proxy" \
|
--label org.opencontainers.image.description="Lightweight LanguageTool Auth Proxy" \
|
||||||
--label org.opencontainers.image.documentation="https://git.0xmax42.io/maxp/lt-auth-proxy" \
|
--label org.opencontainers.image.documentation="https://git.0xmax42.io/maxp/lt-auth-proxy" \
|
||||||
|
@@ -63,8 +63,8 @@ jobs:
|
|||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--tag git.0xmax42.io/simdev/lt-auth-proxy:${{ steps.version.outputs.VERSION_STRIPPED }} \
|
--tag git.0xmax42.io/maxp/lt-auth-proxy:${{ steps.version.outputs.VERSION_STRIPPED }} \
|
||||||
--tag git.0xmax42.io/simdev/lt-auth-proxy:latest \
|
--tag git.0xmax42.io/maxp/lt-auth-proxy:latest \
|
||||||
--label org.opencontainers.image.description="Lightweight LanguageTool Auth Proxy" \
|
--label org.opencontainers.image.description="Lightweight LanguageTool Auth Proxy" \
|
||||||
--label org.opencontainers.image.documentation="https://git.0xmax42.io/maxp/lt-auth-proxy" \
|
--label org.opencontainers.image.documentation="https://git.0xmax42.io/maxp/lt-auth-proxy" \
|
||||||
--label org.opencontainers.image.authors="0xMax42 <mail@0xmax42.io>" \
|
--label org.opencontainers.image.authors="0xMax42 <mail@0xmax42.io>" \
|
||||||
|
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [0.1.1](https://git.0xmax42.io/maxp/lt-auth-proxy/compare/v0.1.0..v0.1.1) - 2025-05-10
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(workflows)* Update Docker image repository path - ([f931e87](https://git.0xmax42.io/maxp/lt-auth-proxy/commit/f931e876f9d99c40a29f9aca8626af22b9f0772e))
|
||||||
|
|
||||||
## [0.1.0] - 2025-05-10
|
## [0.1.0] - 2025-05-10
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
Reference in New Issue
Block a user