Skip to content

Commit 3dcf002

Browse files
Revert "ci: fix ghcr build (#4649)" (#4650)
This reverts commit 477c258.
1 parent 477c258 commit 3dcf002

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ghcr_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
5353
version: ${{ github.ref_name }}
5454
labels: |
55-
org.opencontainers.image.version=${{ github.ref_name }}
55+
org.opencontainers.image.version=${{ github.ref || github.ref_name }}
5656
5757
teslamate_merge:
5858
name: Merge GHCR images
@@ -95,4 +95,4 @@ jobs:
9595
with:
9696
image: ${{ env.REGISTRY_IMAGE }}/grafana
9797
labels: |
98-
org.opencontainers.image.version=${{ github.ref_name }}
98+
org.opencontainers.image.version=${{ github.ref || github.ref_name }}

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
- build(deps): bump actions/cache from 4.2.2 to 4.2.3 (#4613)
1717
- build(deps): bump tesla from 1.13.2 to 1.14.1 (#4616)
1818
- ci(sec): remove pull_request_target workflow triggers to improve sec even further, the downside is that test images are now only created for repo's own PRs (#4637 - @JakobLichterfeld / Thanks to @Firebasky for responsibly disclosing the vulnerability)
19-
- ci: fix ghcr build (#4649 - @JakobLichterfeld)
2019

2120
#### Dashboards
2221

0 commit comments

Comments
 (0)