Skip to content

Commit 64055a7

Browse files
committed
Upstream PR is merged, use that
1 parent 996106f commit 64055a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Copy Repo Files
1313
uses: actions/checkout@master
1414
- name: Publish Docker Image to GPR
15-
uses: myoung34/gpr-docker-publish@master
15+
uses: machine-learning-apps/gpr-docker-publish@master
1616
id: docker
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ on:
55
- '*'
66

77
jobs:
8-
build:
8+
release:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Copy Repo Files
1212
uses: actions/checkout@master
1313
- name: get version
1414
run: echo "::set-env name=IMAGE_TAG::$(cat Dockerfile | grep ARG\ GH_RUNNER_VERSION | sed 's/.*="\(.*\)"/\1/g')"
1515
- name: Publish Docker Image to GPR
16-
uses: myoung34/gpr-docker-publish@master
16+
uses: machine-learning-apps/gpr-docker-publish@master
1717
id: docker
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
with:
2121
IMAGE_NAME: 'runner'
2222
DOCKERFILE_PATH: 'Dockerfile'
2323
BUILD_CONTEXT: '.'
24-
build_hub:
24+
release_hub:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Copy Repo Files

0 commit comments

Comments
 (0)