Browse Source
Update docker-image-nightly.yml
remotes/philippdormann/feature/gotify
Philipp Dormann
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
1 deletions
-
.github/workflows/docker-image-nightly.yml
|
|
@ -17,7 +17,7 @@ jobs: |
|
|
|
name: Set up Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v1 |
|
|
|
- |
|
|
|
name: Build and push |
|
|
|
name: Build and push dockerhub |
|
|
|
uses: mr-smithers-excellent/docker-build-push@v5 |
|
|
|
with: |
|
|
|
image: philippdormann/uptime |
|
|
@ -25,3 +25,10 @@ jobs: |
|
|
|
registry: docker.io |
|
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }} |
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
|
- |
|
|
|
name: Build and push ghcr |
|
|
|
uses: craftech-io/package-action@v3.1.0 |
|
|
|
with: |
|
|
|
access_token: ${{ secrets.GHCR_TOKEN }} |
|
|
|
image_name: uptime |
|
|
|
tags: nightly |
|
|
|