Skip to content

Commit

Permalink
fix docker build error
Browse files Browse the repository at this point in the history
  • Loading branch information
shuo-young committed Jan 29, 2024
1 parent 42cf9ab commit 55c4598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55c4598

Please sign in to comment.