Skip to content

Commit

Permalink
chore: lint and clean package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Oct 30, 2024
1 parent 6a79819 commit 737c633
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4,682 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build-and-push:
name: Build and push docker image
runs-on: ubuntu-latest

steps:
- name: Login to registry
uses: docker/login-action@v2
Expand All @@ -37,4 +37,4 @@ jobs:
push: true
tags: ${{ env.IMAGE_NAME }}:${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
cache-from: type=gha,ref=${{ env.IMAGE_NAME }}:buildcache
cache-to: type=gha,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max
cache-to: type=gha,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max
Loading

0 comments on commit 737c633

Please sign in to comment.