Skip to content

Commit

Permalink
[PKG-7596] Bump publish-to-packages plugin to v2.0.0 (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsu authored Sep 12, 2024
1 parent 47ff753 commit f807ffd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.release-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:

- name: ":redhat: Publish Edge RPM Package to Buildkite Packages"
plugins:
- publish-to-packages#v1.0.0:
- publish-to-packages#v2.0.0:
artifacts: "rpm/*.rpm"
registry: "buildkite/agent-rpm-experimental"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
Expand Down Expand Up @@ -76,7 +76,7 @@ steps:

- name: ":debian: Publish Edge Debian Package to Buildkite Packages"
plugins:
- publish-to-packages#v1.0.0:
- publish-to-packages#v2.0.0:
artifacts: "deb/*.deb"
registry: "buildkite/agent-deb-experimental"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/pipeline.release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ steps:

- name: ":redhat: Publish RPM Package to Buildkite Packages"
plugins:
- publish-to-packages#v1.0.0:
- publish-to-packages#v2.0.0:
artifacts: "rpm/*.rpm"
registry: "buildkite/agent-rpm"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
Expand Down Expand Up @@ -100,7 +100,7 @@ steps:

- name: ":debian: Publish Debian Package to Buildkite Packages"
plugins:
- publish-to-packages#v1.0.0:
- publish-to-packages#v2.0.0:
artifacts: "deb/*.deb"
registry: "buildkite/agent-deb"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/pipeline.release-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ steps:

- name: ":redhat: Publish Unstable RPM Package to Buildkite Packages"
plugins:
- publish-to-packages#v1.0.0:
- publish-to-packages#v2.0.0:
artifacts: "rpm/*.rpm"
registry: "buildkite/agent-rpm-unstable"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
Expand Down Expand Up @@ -100,7 +100,7 @@ steps:

- name: ":debian: Publish Unstable Debian Package to Buildkite Packages"
plugins:
- publish-to-packages#v1.0.0:
- publish-to-packages#v2.0.0:
artifacts: "deb/*.deb"
registry: "buildkite/agent-deb-unstable"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
Expand Down

0 comments on commit f807ffd

Please sign in to comment.