File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : ci
1
+ name : dockerbuild
2
2
3
3
on :
4
4
push :
49
49
name : Login to DockerHub
50
50
uses : docker/login-action@v3
51
51
with :
52
- username : frikky
52
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
53
53
password : ${{ secrets.DOCKERHUB_TOKEN }}
54
54
# Use below configuration for ghcr.io
55
55
# with:
67
67
platforms : linux/amd64,linux/arm64
68
68
push : true
69
69
tags : |
70
- ${{ secrets.DOCKERHUB_USERNAME }} /${{ matrix.app }}:${{ matrix.version }}
71
- ${{ secrets.DOCKERHUB_USERNAME }} /${{ matrix.app }}:latest
72
- ${{ secrets.DOCKERHUB_USERNAME }} /shuffle:${{ matrix.app }}_${{ matrix.version }}
70
+ frikky /${{ matrix.app }}:${{ matrix.version }}
71
+ frikky /${{ matrix.app }}:latest
72
+ frikky /shuffle:${{ matrix.app }}_${{ matrix.version }}
73
73
-
74
74
name : Build and push Feature PR
75
75
if : ${{ github.event_name == 'pull_request' }}
81
81
platforms : linux/amd64,linux/arm64,linux/386
82
82
push : true
83
83
tags : |
84
- ${{ secrets.DOCKERHUB_USERNAME }} /${{ matrix.app }}:${{ github.head_ref }}
84
+ frikky /${{ matrix.app }}:${{ github.head_ref }}
85
85
-
86
86
name : Image digest
87
87
run : |
You can’t perform that action at this time.
0 commit comments