Skip to content

Commit b07ef3a

Browse files
committed
fix file path
1 parent 98e3c71 commit b07ef3a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: .github/workflows/prometheus.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
build-and-push:
11-
runs-on: ubuntu-latest
10+
build-and-push-prometheus:
11+
runs-on: self-hosted
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
@@ -27,7 +27,8 @@ jobs:
2727
with:
2828
context: .
2929
platforms: linux/amd64,linux/arm64
30+
file: ./prometheus/Dockerfile
3031
push: true
3132
tags: twirapp/prometheus:latest
3233
cache-from: type=gha,scope=twir-prometheus
33-
cache-to: type=gha,mode=max,scope=twir-prometheus
34+
cache-to: type=gha,mode=max,scope=twir-prometheus

0 commit comments

Comments
 (0)