We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455fb1c commit 9a0509cCopy full SHA for 9a0509c
.github/workflows/push_docker_registry.yml
@@ -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