Skip to content

Commit

Permalink
github actions: use a supported runner
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Feb 21, 2023
1 parent ebbbc3e commit fe308ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docker.yml
Expand Up @@ -11,11 +11,11 @@ env:

jobs:
build-and-push:
runs-on: bullseye-slim
runs-on: ubuntu-22.04

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c #v3.3.0

- name: Set up Docker Buildx
run: |
Expand Down

0 comments on commit fe308ad

Please sign in to comment.