Skip to content

Commit 8e1fbdf

Browse files
committed
And again
1 parent 4e5b712 commit 8e1fbdf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dockerbuild.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: dockerbuild
22

33
on:
44
push:
@@ -49,7 +49,7 @@ jobs:
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:
@@ -67,9 +67,9 @@ jobs:
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' }}
@@ -81,7 +81,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)