add temporary workflow for explicit docker release on ghcr.io

This commit is contained in:
Philipp Dormann 2021-07-14 23:56:05 +02:00
parent 8eb0d706b4
commit f7369e7e8f
No known key found for this signature in database
GPG key ID: 3BB9ADD52DCA4314

View file

@ -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 }}