Remove revision LABEL in OCI image, clean up pipeline
All checks were successful
/ build (push) Successful in 42s
All checks were successful
/ build (push) Successful in 42s
This commit is contained in:
parent
4611c81b38
commit
9a6dcc8083
4 changed files with 0 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
env:
|
env:
|
||||||
REVISION: ${{ github.sha }}
|
|
||||||
IMAGE_TAG: varakh/hetzner-storagebox-exporter
|
IMAGE_TAG: varakh/hetzner-storagebox-exporter
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -3,7 +3,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
env:
|
env:
|
||||||
REVISION: ${{ github.sha }}
|
|
||||||
IMAGE_TAG: varakh/hetzner-storagebox-exporter
|
IMAGE_TAG: varakh/hetzner-storagebox-exporter
|
||||||
IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/hetzner-storagebox-exporter
|
IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/hetzner-storagebox-exporter
|
||||||
FORGEJO_FQDN: git.myservermanager.com
|
FORGEJO_FQDN: git.myservermanager.com
|
||||||
|
|
|
@ -2,7 +2,6 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 1 * *"
|
- cron: "0 0 1 * *"
|
||||||
env:
|
env:
|
||||||
REVISION: ${{ github.sha }}
|
|
||||||
IMAGE_TAG: varakh/hetzner-storagebox-exporter
|
IMAGE_TAG: varakh/hetzner-storagebox-exporter
|
||||||
IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/hetzner-storagebox-exporter
|
IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/hetzner-storagebox-exporter
|
||||||
FORGEJO_FQDN: git.myservermanager.com
|
FORGEJO_FQDN: git.myservermanager.com
|
||||||
|
|
|
@ -2,7 +2,6 @@ FROM alpine:3
|
||||||
LABEL maintainer="Varakh <varakh@varakh.de>" \
|
LABEL maintainer="Varakh <varakh@varakh.de>" \
|
||||||
description="hetzner-storagebox-exporter" \
|
description="hetzner-storagebox-exporter" \
|
||||||
org.opencontainers.image.authors="Varakh" \
|
org.opencontainers.image.authors="Varakh" \
|
||||||
org.opencontainers.image.revision="${REVISION}" \
|
|
||||||
org.opencontainers.image.vendor="Varakh" \
|
org.opencontainers.image.vendor="Varakh" \
|
||||||
org.opencontainers.image.title="hetzner-storagebox-exporter" \
|
org.opencontainers.image.title="hetzner-storagebox-exporter" \
|
||||||
org.opencontainers.image.description="hetzner-storagebox-exporter" \
|
org.opencontainers.image.description="hetzner-storagebox-exporter" \
|
||||||
|
|
Loading…
Reference in a new issue