mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42:34 +02:00
add temporary workflow for explicit docker release on ghcr.io
This commit is contained in:
parent
8eb0d706b4
commit
f7369e7e8f
1 changed files with 9 additions and 1 deletions
10
.github/workflows/docker-image-tag.yml
vendored
10
.github/workflows/docker-image-tag.yml
vendored
|
@ -29,4 +29,12 @@ jobs:
|
|||
# The desired tag for the image: latest + . Defaults to current branch or release version number.
|
||||
tags: |
|
||||
latest
|
||||
${{ github.sha }}
|
||||
${{ github.sha }}
|
||||
- name: Build and push ghcr explicit release tag
|
||||
uses: mr-smithers-excellent/docker-build-push@v5
|
||||
with:
|
||||
image: philippdormann/uptime
|
||||
tags: nightly
|
||||
registry: ghcr.io
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.GHCR_TOKEN }}
|
Loading…
Add table
Reference in a new issue