Skip to content

Commit

Permalink
ci: remove changelog system
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Sep 17, 2024
1 parent b217c69 commit 8a585f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Image - GHCR
name: Build and Push Image to GHCR

on:
workflow_dispatch:
Expand Down Expand Up @@ -44,6 +44,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: true
tags: |
ghcr.io/pradumnasaraf/devops:${{ steps.package-version.outputs.current-version}}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
with:
github-token: ${{ secrets.PA_TOKEN }}
version-file: 'package.json, package-lock.json'
skip-ci: 'false'
output-file: "false"
skip-commit: "true"
create-summary: 'true'

- name: create release
Expand Down

0 comments on commit 8a585f2

Please sign in to comment.