Skip to content

Commit

Permalink
Merge pull request #9 from insight-platform/github-actions
Browse files Browse the repository at this point in the history
Update GitHub actions
  • Loading branch information
ksendart committed Nov 23, 2023
2 parents d43afb9 + bf28930 commit 2f78f6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Docker Image CI

on:
push:
branches: [ "main" ]

name: Publish lib
on: [push]
jobs:
build:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
permissions:
packages: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: savant-github-actions
name: Main actions
on: [push]
jobs:
check-packages:
Expand Down
2 changes: 1 addition & 1 deletion projects/savant-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@insight-platform/savant-lib",
"version": "0.0.1",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "https://github.com/insight-platform/SavantMetadataExplorer.git"
Expand Down

0 comments on commit 2f78f6d

Please sign in to comment.