mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
🧹 cleanup docker nightly workflow
This commit is contained in:
parent
dddbd34125
commit
8eb0d706b4
1 changed files with 6 additions and 11 deletions
17
.github/workflows/docker-image-nightly.yml
vendored
17
.github/workflows/docker-image-nightly.yml
vendored
|
@ -7,17 +7,13 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
- name: Checkout
|
||||||
name: Checkout
|
uses: actions/checkout@v2
|
||||||
uses: actions/checkout@v2
|
- name: Set up QEMU
|
||||||
-
|
|
||||||
name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
-
|
- name: Set up Docker Buildx
|
||||||
name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
-
|
- name: Build and push dockerhub
|
||||||
name: Build and push dockerhub
|
|
||||||
uses: mr-smithers-excellent/docker-build-push@v5
|
uses: mr-smithers-excellent/docker-build-push@v5
|
||||||
with:
|
with:
|
||||||
image: philippdormann/uptime
|
image: philippdormann/uptime
|
||||||
|
@ -25,8 +21,7 @@ jobs:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
-
|
- name: Build and push ghcr
|
||||||
name: Build and push ghcr
|
|
||||||
uses: craftech-io/package-action@v3.1.0
|
uses: craftech-io/package-action@v3.1.0
|
||||||
with:
|
with:
|
||||||
access_token: ${{ secrets.GHCR_TOKEN }}
|
access_token: ${{ secrets.GHCR_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue