Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HoshinoSuzumi committed Jun 7, 2023
1 parent a1f680d commit 1ae320c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 47 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_TOKEN }}

- name: Create Dotenv File
uses: actually-colab/github-action-create-env-file@v2.3
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -12,7 +12,7 @@ RUN yarn install && \
FROM node:16-alpine as production-stage

LABEL maintainer="hoshinosuzumi"
LABEL org.opencontainers.image.source=https://github.com/UniiemStudio/CTFever
LABEL org.opencontainers.image.source="https://github.com/UniiemStudio/CTFever"

ENV CEVER_RUN_MODE=server
ENV CEVER_BACKEND_BASE=https://ctfever-service.uniiem.com
Expand Down

1 comment on commit 1ae320c

@vercel
Copy link

@vercel vercel bot commented on 1ae320c Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.