File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414jobs :
1515 build :
1616 name : Build and push Docker image
17- runs-on : blacksmith-4vcpu -ubuntu-2404
17+ runs-on : blacksmith-2vcpu -ubuntu-2404
1818 steps :
1919 - name : Login to DockerHub
2020 uses : docker/login-action@v3
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 description :
16- runs-on : blacksmith-4vcpu -ubuntu-2404
16+ runs-on : blacksmith-2vcpu -ubuntu-2404
1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212jobs :
1313 lint :
1414 name : Lint Dockerfile
15- runs-on : blacksmith-4vcpu -ubuntu-2404
15+ runs-on : blacksmith-2vcpu -ubuntu-2404
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99jobs :
1010 build :
1111 name : Build Docker image
12- runs-on : blacksmith-4vcpu -ubuntu-2404
12+ runs-on : blacksmith-2vcpu -ubuntu-2404
1313 steps :
1414 - name : Set up Docker Buildx
1515 uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments