diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml index feebf5d..f1f6736 100644 --- a/.github/workflows/publish-docker-image.yml +++ b/.github/workflows/publish-docker-image.yml @@ -17,7 +17,7 @@ env: # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: build-and-push-image: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. permissions: contents: read