Skip to content

Commit c6e2b22

Browse files
committed
chore(action): improved usability for forks
1 parent 94fa2a9 commit c6e2b22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010

1111
jobs:
1212
build:
13-
if: github.repository_owner == 'itzg'
1413
runs-on: ubuntu-20.04
1514
strategy:
1615
matrix:
@@ -37,7 +36,7 @@ jobs:
3736
uses: docker/metadata-action@v4
3837
with:
3938
images: |
40-
itzg/bungeecord
39+
${{ secrets.DOCKER_USER }}/bungeecord
4140
tags: |
4241
type=ref,event=branch,prefix=${{ matrix.tagPrefix }}
4342
type=ref,event=tag,prefix=${{ matrix.tagPrefix }}

0 commit comments

Comments
 (0)