Skip to content

Commit

Permalink
Update build-with-all-capacity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yeqing1a authored Jun 6, 2024
1 parent 07e9af1 commit d44e5cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-with-all-capacity.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
name: build-with-all-capacity

name: build-with-all-capacity
on:
push:
branches:
@@ -12,7 +12,8 @@ env:

jobs:
build-and-push-image:
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read
packages: write

0 comments on commit d44e5cd

Please sign in to comment.