mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 05:57:40 +03:00
y god
This commit is contained in:
parent
e12eceaa5e
commit
0d8bf2431d
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build-and-push.yml
vendored
4
.github/workflows/build-and-push.yml
vendored
|
@ -27,8 +27,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build --file Dockerfile --tag luciferscircle/webos-token-refresh .
|
docker build --file Dockerfile --tag luciferscircle/redlib .
|
||||||
|
|
||||||
- name: Push Docker image
|
- name: Push Docker image
|
||||||
run: |
|
run: |
|
||||||
docker push luciferscircle/webos-token-refresh
|
docker push luciferscircle/redlib
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Use an Alpine-based image as the base
|
# Use an Alpine-based image as the base
|
||||||
FROM rust:1.71.0-alpine AS build
|
FROM rust:1.71.0-alpine3.19 AS build
|
||||||
|
|
||||||
# Install necessary dependencies (git, curl, etc.)
|
# Install necessary dependencies (git, curl, etc.)
|
||||||
RUN apk add --no-cache git curl build-base
|
RUN apk add --no-cache git curl build-base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue