commit
e3744d424d
2 changed files with 2 additions and 1 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -50,6 +50,7 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and Push to GHCR
|
||||
id: build
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
|
|
|
@ -141,7 +141,7 @@ defineProps<{
|
|||
height: 60px;
|
||||
aspect-ratio: 1;
|
||||
background: var(--panel);
|
||||
border-radius: 100%;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
> .text {
|
||||
|
|
Loading…
Reference in a new issue