mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-04-03 09:21:46 +00:00
Compare commits
2 Commits
d1581048fe
...
050d5aa5ff
| Author | SHA1 | Date | |
|---|---|---|---|
| 050d5aa5ff | |||
| c7113e1757 |
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push-docker:
|
push-docker:
|
||||||
runs-on: ubuntu-24.04-lxc
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
@@ -18,13 +18,13 @@ jobs:
|
|||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: git.neody.ad.jp
|
||||||
username: ${{ github.actor }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}
|
git.neody.ad.jp/tuna2134/cecilia
|
||||||
|
|||||||
Reference in New Issue
Block a user