Skip to content

Commit 9a0509c

Browse files
committed
Push to docker registry
1 parent 455fb1c commit 9a0509c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Push to Docker Registry
2+
3+
on: [push]
4+
5+
jobs:
6+
push_to_docker_registry:
7+
uses: NQN-Discord/docker-registry-action/.github/workflows/push_docker_registry.yml@master
8+
with:
9+
REPOSITORY_NAME: ${{ github.event.repository.name }}
10+
secrets: inherit

0 commit comments

Comments
 (0)