Skip to content

Commit

Permalink
test: Revert "test: bump docker-login buildkite plugin to 3.0.0" (#5776)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Feb 3, 2024
1 parent b4cf613 commit dab6258
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .buildkite/macos-docker-desktop-amd64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- command: ".buildkite/test.sh"
plugins:
- docker-login#v3.0.0:
- docker-login#v2.1.0:
username: druddockerpullaccount
password-env: DOCKERHUB_PULL_PASSWORD
agents:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/macos-docker-desktop-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- command: ".buildkite/test.sh"
plugins:
- docker-login#v3.0.0:
- docker-login#v2.1.0:
username: druddockerpullaccount
password-env: DOCKERHUB_PULL_PASSWORD
agents:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/macos-orbstack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- command: ".buildkite/test.sh"
plugins:
- docker-login#v3.0.0:
- docker-login#v2.1.0:
username: druddockerpullaccount
password-env: DOCKERHUB_PULL_PASSWORD
agents:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/macos-rancher-desktop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- command: ".buildkite/test.sh"
plugins:
- docker-login#v3.0.0:
- docker-login#v2.1.0:
username: druddockerpullaccount
password-env: DOCKERHUB_PULL_PASSWORD
agents:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/windows10_container.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- command: ".buildkite/test_containers.cmd"
plugins:
- docker-login#v3.0.0:
- docker-login#v2.1.0:
username: druddockerpullaccount
password-env: DOCKERHUB_PULL_PASSWORD
agents:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/windows10dockerforwindows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- command: ".buildkite/test.cmd"
plugins:
- docker-login#v3.0.0:
- docker-login#v2.1.0:
username: druddockerpullaccount
password-env: DOCKERHUB_PULL_PASSWORD
agents:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/wsl2-docker-desktop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- command: ".buildkite/test.sh"
plugins:
- docker-login#v3.0.0:
- docker-login#v2.1.0:
username: druddockerpullaccount
password-env: DOCKERHUB_PULL_PASSWORD
agents:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/wsl2-docker-inside.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- command: ".buildkite/test.sh"
plugins:
- docker-login#v3.0.0:
- docker-login#v2.1.0:
username: druddockerpullaccount
password-env: DOCKERHUB_PULL_PASSWORD
agents:
Expand Down

0 comments on commit dab6258

Please sign in to comment.