Skip to content

Commit 4e418ba

Browse files
authored
Update build.yml
1 parent 2460547 commit 4e418ba

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ on:
77

88
jobs:
99
build-and-push:
10-
runs-on: ubuntu-latest
11-
# runs-on: [self-hosted, personal,ubuntu-latest]
10+
runs-on: [self-hosted, Linux]
1211
permissions:
1312
packages: write
1413
contents: read
@@ -46,4 +45,4 @@ jobs:
4645
- name: Push Docker image to GHCR
4746
run: |
4847
docker push $IMAGE_NAME:$IMAGE_TAG
49-
docker push $IMAGE_NAME:latest
48+
docker push $IMAGE_NAME:latest

0 commit comments

Comments
 (0)