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]
|
||||
env:
|
||||
REVISION: ${{ github.sha }}
|
||||
IMAGE_TAG: varakh/hetzner-storagebox-exporter
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -3,7 +3,6 @@ on:
|
|||
branches:
|
||||
- master
|
||||
env:
|
||||
REVISION: ${{ github.sha }}
|
||||
IMAGE_TAG: varakh/hetzner-storagebox-exporter
|
||||
IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/hetzner-storagebox-exporter
|
||||
FORGEJO_FQDN: git.myservermanager.com
|
||||
|
|
|
@ -2,7 +2,6 @@ on:
|
|||
schedule:
|
||||
- cron: "0 0 1 * *"
|
||||
env:
|
||||
REVISION: ${{ github.sha }}
|
||||
IMAGE_TAG: varakh/hetzner-storagebox-exporter
|
||||
IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/hetzner-storagebox-exporter
|
||||
FORGEJO_FQDN: git.myservermanager.com
|
||||
|
|
|
@ -2,7 +2,6 @@ FROM alpine:3
|
|||
LABEL maintainer="Varakh <varakh@varakh.de>" \
|
||||
description="hetzner-storagebox-exporter" \
|
||||
org.opencontainers.image.authors="Varakh" \
|
||||
org.opencontainers.image.revision="${REVISION}" \
|
||||
org.opencontainers.image.vendor="Varakh" \
|
||||
org.opencontainers.image.title="hetzner-storagebox-exporter" \
|
||||
org.opencontainers.image.description="hetzner-storagebox-exporter" \
|
||||
|
|
Loading…
Reference in a new issue