Use ubuntu-latest in Docker publish step

Seems 20.04 has been removed.
This commit is contained in:
Asher 2025-04-17 10:46:50 -08:00
parent c36b2d3edd
commit 5d5b7b1944
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -145,7 +145,7 @@ jobs:
gh pr create --repo coder/code-server-aur --title "chore: bump version to ${{ env.VERSION }}" --body "PR opened by @$GITHUB_ACTOR" --assignee $GITHUB_ACTOR gh pr create --repo coder/code-server-aur --title "chore: bump version to ${{ env.VERSION }}" --body "PR opened by @$GITHUB_ACTOR" --assignee $GITHUB_ACTOR
docker: docker:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- name: Checkout code-server - name: Checkout code-server
uses: actions/checkout@v4 uses: actions/checkout@v4