File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : ci
1+ name : dockerbuild
22
33on :
44 push :
4949 name : Login to DockerHub
5050 uses : docker/login-action@v3
5151 with :
52- username : frikky
52+ username : ${{ secrets.DOCKERHUB_USERNAME }}
5353 password : ${{ secrets.DOCKERHUB_TOKEN }}
5454# Use below configuration for ghcr.io
5555# with:
6767 platforms : linux/amd64,linux/arm64
6868 push : true
6969 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 }}
7373 -
7474 name : Build and push Feature PR
7575 if : ${{ github.event_name == 'pull_request' }}
8181 platforms : linux/amd64,linux/arm64,linux/386
8282 push : true
8383 tags : |
84- ${{ secrets.DOCKERHUB_USERNAME }} /${{ matrix.app }}:${{ github.head_ref }}
84+ frikky /${{ matrix.app }}:${{ github.head_ref }}
8585 -
8686 name : Image digest
8787 run : |
You can’t perform that action at this time.
0 commit comments