Skip to content

Commit 2776f6c

Browse files
committed
Rename all container workflows to build-and-push
1 parent 0bbaf03 commit 2776f6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: |
125125
echo "Artifacts uploaded to: ${{ steps.artifact-upload.outputs.artifact-url }}"
126126
127-
build-and-publish-container:
127+
build-and-push-container:
128128
needs: [unit-tests, integration-tests, e2e-tests]
129129
runs-on: ubuntu-latest
130130
steps:

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
password: ${{ secrets.PYPI_PUBLIC_AUTH }}
117117
whl: $(find dist -name '*.tar.gz')
118118

119-
build-and-publish-container:
119+
build-and-push-container:
120120
needs: [unit-tests, integration-tests, e2e-tests]
121121
runs-on: ubuntu-latest
122122
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Run end-to-end tests
116116
run: tox -e test-e2e
117117

118-
build-and-publish-container:
118+
build-and-push-container:
119119
needs: [unit-tests, integration-tests, e2e-tests]
120120
runs-on: ubuntu-latest
121121
steps:

0 commit comments

Comments
 (0)