Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GH Actions + downgrade GHA windows runner #1173

Merged
merged 2 commits into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
- release
env:
VERSION: ${{ needs.version.outputs.VERSION }}
runs-on: windows-latest
runs-on: windows-2019
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -293,10 +293,10 @@ jobs:
uses: actions/checkout@v3

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Docker login
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ env.DOCKERHUB_USER }}
password: ${{ env.DOCKERHUB_TOKEN }}
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
- release-msi-windows
env:
VERSION: ${{ needs.version.outputs.VERSION }}
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
- update-repositories
env:
VERSION: ${{ needs.version.outputs.VERSION }}
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Download MSI
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-service-buffer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Docker login
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ env.DOCKERHUB_USER }}
password: ${{ env.DOCKERHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-service-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Docker login
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ env.DOCKERHUB_USER }}
password: ${{ env.DOCKERHUB_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-e2e-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
os: macos-latest
projects: TEST_PROJECTS_MACOS
- name: windows
os: windows-latest
os: windows-2019
projects: TEST_PROJECTS_WINDOWS
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -89,4 +89,3 @@ jobs:
env:
VERSION: ${{ inputs.version }}
TEST_KBC_PROJECTS: ${{ env[matrix.projects] }}

3 changes: 1 addition & 2 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
os: macos-latest
projects: TEST_PROJECTS_MACOS
- name: windows
os: windows-latest
os: windows-2019
projects: TEST_PROJECTS_WINDOWS
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -89,4 +89,3 @@ jobs:
UNIT_ETCD_USERNAME: root
UNIT_ETCD_PASSWORD: toor
UNIT_ETCD_NAMESPACE: buffer