Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pommes authored Aug 31, 2023
1 parent 4c87bc3 commit 3c151be
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,19 @@ jobs:
docker login --username pommes --password ${{ secrets.GHCR_IMAGE_REGISTRY_SECRET }} ghcr.io
docker build . --tag ghcr.io/pommes/nginx-proxy-metrics:latest
docker push ghcr.io/pommes/nginx-proxy-metrics:latest
- name: Release
if: startsWith(github.event.ref, 'refs/tags/v')
uses: brpaz/action-semantic-release@v1
with:
dry_run: "false"
install_plugins: "semantic-release-docker semantic-release-gcr"
branch: main








0 comments on commit 3c151be

Please sign in to comment.