Skip to content

Commit

Permalink
Fix GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
firecast committed Dec 8, 2023
1 parent c0eb9c3 commit 148fbf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: npm-publish
on:
push:
branches:
- feat/local-install
- master
= feat/local-install
jobs:
npm-publish:
name: npm-publish
Expand Down Expand Up @@ -52,7 +52,6 @@ jobs:
file: ./Dockerfile
push: true
tags: |
ghcr.io/atlanhq/${{ github.event.repository.name }}:latest
ghcr.io/atlanhq/${{ github.event.repository.name }}:v0.10.0
build-args: |
ACCESS_TOKEN_USR=$GITHUB_ACTOR
Expand Down

0 comments on commit 148fbf7

Please sign in to comment.