We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e3c71 commit b07ef3aCopy full SHA for b07ef3a
.github/workflows/prometheus.yml
@@ -7,8 +7,8 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- build-and-push:
11
- runs-on: ubuntu-latest
+ build-and-push-prometheus:
+ runs-on: self-hosted
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
@@ -27,7 +27,8 @@ jobs:
27
with:
28
context: .
29
platforms: linux/amd64,linux/arm64
30
+ file: ./prometheus/Dockerfile
31
push: true
32
tags: twirapp/prometheus:latest
33
cache-from: type=gha,scope=twir-prometheus
- cache-to: type=gha,mode=max,scope=twir-prometheus
34
+ cache-to: type=gha,mode=max,scope=twir-prometheus
0 commit comments