forked from external-repos/noisedash
Compare commits
2 Commits
221fe79f87
...
32f5262b93
| Author | SHA1 | Date | |
|---|---|---|---|
| 32f5262b93 | |||
| 34dc770854 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Noisedash Dev",
|
||||
"image": "mcr.microsoft.com/devcontainers/node:20-bookworm",
|
||||
"image": "node:18",
|
||||
"forwardPorts": [8080, 1432],
|
||||
"portsAttributes": {
|
||||
"8080": { "label": "Vue dev server" },
|
||||
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY_HOST }}
|
||||
registry: gitea.purpleraft.com
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
@@ -59,11 +59,3 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
env:
|
||||
# Example: registry.example.com or gitea.example.com
|
||||
REGISTRY_HOST: ${{ secrets.REGISTRY_HOST }}
|
||||
# Example: ryan (your user or org in Gitea)
|
||||
REGISTRY_OWNER: ${{ secrets.REGISTRY_OWNER }}
|
||||
# Example: noisedash (this repo name)
|
||||
REGISTRY_REPO: ${{ secrets.REGISTRY_REPO }}
|
||||
|
||||
Reference in New Issue
Block a user