Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
zvfvrv committed Jun 21, 2020
1 parent 511e504 commit 89a9972
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Builds and pushes Docker images to GitHub Package Registry
name: Check out code

- name: Build and Publish Docker image
uses: zvfvrv/docker-gpr@1.0.0
uses: zvfvrv/docker-bpgpr@1.0.0
with:
gh_token: ${{ secrets.TOKEN_GH }}
image_name: test
Expand All @@ -30,7 +30,7 @@ Builds and pushes Docker images to GitHub Package Registry
name: Check out code
- name: Build and Publish Docker image
uses: zvfvrv/docker-gpr@1.0.0
uses: zvfvrv/docker-bpgpr@1.0.0
with:
gh_token: ${{ secrets.TOKEN_GH }}
image_name: test
Expand All @@ -47,7 +47,7 @@ Builds and pushes Docker images to GitHub Package Registry
name: Check out code
- name: Build and Publish Docker image
uses: zvfvrv/docker-gpr@1.0.0
uses: zvfvrv/docker-bpgpr@1.0.0
with:
gh_token: ${{ secrets.TOKEN_GH }}
image_name: test
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "docker-gpr",
"name": "docker-bpgpr",
"version": "1.0.0",
"description": "Builds and pushes Docker images and will log in GitHub Package Registry",
"main": "index.js",
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/zvfvrv/docker-gpr.git"
"url": "git+https://github.com/zvfvrv/docker-bpgpr.git"
},
"keywords": [
"GitHub",
Expand All @@ -19,9 +19,9 @@
"author": "Francesco Lombardo",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/zvfvrv/docker-gpr/issues"
"url": "https://github.com/zvfvrv/docker-bpgpr/issues"
},
"homepage": "https://github.com/zvfvrv/docker-gpr#readme",
"homepage": "https://github.com/zvfvrv/docker-bpgpr#readme",
"dependencies": {
"@actions/core": "^1.1.1",
"@actions/exec": "^1.0.4"
Expand Down

0 comments on commit 89a9972

Please sign in to comment.