Rebuild with frikky instead of frikky0....

This commit is contained in:
Frikky
2023-12-07 23:19:08 +01:00
parent 0be63f4775
commit 14fee85a29
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -80,6 +80,8 @@ jobs:
ghcr.io/shuffle/shuffle-${{ matrix.app }}:nightly ghcr.io/shuffle/shuffle-${{ matrix.app }}:nightly
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:${{ matrix.version }} ${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:${{ matrix.version }}
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:nightly ${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:nightly
frikky/shuffle-${{ matrix.app }}:${{ matrix.version }}
frikky/shuffle-${{ matrix.app }}:nightly
- name: Image digest - name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }} run: echo ${{ steps.docker_build.outputs.digest }}
-3
View File
@@ -11,9 +11,6 @@ import (
"crypto/md5" "crypto/md5"
"strconv" "strconv"
//"crypto/tls"
//"crypto/x509"
//"encoding/base64"
"encoding/hex" "encoding/hex"
"encoding/json" "encoding/json"
"errors" "errors"