We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b78c6 commit c2413d1Copy full SHA for c2413d1
1 file changed
.github/workflows/docker_build_and_upload.yml
@@ -17,7 +17,7 @@ env:
17
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
18
jobs:
19
build-and-push-image:
20
- runs-on: [self-hosted, linux, ARM64]
+ runs-on: ubuntu-latest
21
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
22
permissions:
23
contents: read
0 commit comments