Browse Source

add temporary workflow for explicit docker release on ghcr.io

pull/154/head^2
Philipp Dormann 4 years ago
parent
commit
f7369e7e8f
No known key found for this signature in database GPG Key ID: 3BB9ADD52DCA4314
  1. 8
      .github/workflows/docker-image-tag.yml

8
.github/workflows/docker-image-tag.yml

@ -30,3 +30,11 @@ jobs:
tags: |
latest
${{ 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…
Cancel
Save