Skip to content

Commit

Permalink
Rename GitHub workflow properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Dec 13, 2022
1 parent 820704c commit 14068d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
required: true

jobs:
tag-manifest-push:
tag-push:
runs-on: ubuntu-latest

steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# https://docs.github.com/en/actions/using-workflows/reusing-workflows
- ".github/workflows/docker-build-test-upload.yml"
- ".github/workflows/docker-merge-tags.yml"
- ".github/workflows/docker-tag-manifest-push.yml"
- ".github/workflows/docker-tag-push.yml"
- ".github/workflows/docker-wiki-update.yml"

# We use local composite actions to combine multiple workflow steps within one action
Expand Down Expand Up @@ -40,7 +40,7 @@ on:
- ".github/workflows/docker.yml"
- ".github/workflows/docker-build-test-upload.yml"
- ".github/workflows/docker-merge-tags.yml"
- ".github/workflows/docker-tag-manifest-push.yml"
- ".github/workflows/docker-tag-push.yml"
- ".github/workflows/docker-wiki-update.yml"

- ".github/actions/create-dev-env/action.yml"
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
needs: [x86_64-pyspark]

aarch64-images-tag-push:
uses: ./.github/workflows/docker-tag-manifest-push.yml
uses: ./.github/workflows/docker-tag-push.yml
with:
platform: aarch64
image: ${{ matrix.image }}
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
if: github.repository == 'jupyter/docker-stacks'

x86_64-images-tag-push:
uses: ./.github/workflows/docker-tag-manifest-push.yml
uses: ./.github/workflows/docker-tag-push.yml
with:
platform: x86_64
image: ${{ matrix.image }}
Expand Down

0 comments on commit 14068d8

Please sign in to comment.