We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b975917 commit af379c5Copy full SHA for af379c5
.github/workflows/release.yml
@@ -27,12 +27,18 @@ jobs:
27
registry: rg.nl-ams.scw.cloud/cloud-skadi
28
username: nologin
29
password: ${{ secrets.SCALEWAY_TOKEN }}
30
-
+ - name: Login to Docker Hub
31
+ uses: docker/login-action@v1.10.0
32
+ with:
33
+ username: ${{ secrets.DOCKER_HUB_USERNAME }}
34
+ password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
35
- name: Docker meta
36
id: meta
37
uses: crazy-max/ghaction-docker-meta@v3.6.0
38
with:
- images: rg.nl-ams.scw.cloud/cloud-skadi/gist-server
39
+ images: |
40
+ rg.nl-ams.scw.cloud/cloud-skadi/gist-server
41
+ ${{ secrets.DOCKER_HUB_USERNAME }}/gist-server
42
tags: |
43
type=semver,pattern={{version}}
44
- name: Build with Gradle
0 commit comments