Skip to content

Commit

Permalink
Fix Release CI (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxitosh authored Jul 15, 2024
1 parent 397c775 commit e9c136a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
with:
context: .
file: ./build/Dockerfile
tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }}
tags: ghcr.io/maxitosh/ton-node-exporter:${{ github.ref_name }}
push: true
labels: |
org.opencontainers.image.source=${{ github.repository }}
org.opencontainers.image.description="A Prometheus exporter for TON Node"

0 comments on commit e9c136a

Please sign in to comment.