Browse Source
add temporary workflow for explicit docker release on ghcr.io
pull/154/head^2
Philipp Dormann
4 years ago
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with
9 additions and
1 deletions
-
.github/workflows/docker-image-tag.yml
|
@ -30,3 +30,11 @@ jobs: |
|
|
tags: | |
|
|
tags: | |
|
|
latest |
|
|
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 }} |