Skip to content

Commit

Permalink
build(deps): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Dec 18, 2022
1 parent 23a79ff commit db85a70
Show file tree
Hide file tree
Showing 3 changed files with 794 additions and 2,453 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: ahmadnassri/action-metadata@v2.1.2

- id: image
run: echo "name=$(basename "${GITHUB_REPOSITORY/docker-//}")" >> $GITHUB_OUTPUT
run: echo "name=$(basename "${GITHUB_REPOSITORY/docker-//}")" >> "$GITHUB_OUTPUT"

commit-lint:
timeout-minutes: 5
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v3.0.2

- uses: oxsecurity/megalinter/flavors/javascript@v6
- uses: oxsecurity/megalinter/flavors/javascript@v6.15.0
env:
GITHUB_TOKEN: ${{ github.token }}
MEGALINTER_CONFIG: .github/linters/.mega-linter.yml
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- release
- metadata

timeout-minutes: 10
timeout-minutes: 5

if: ${{ needs.release.outputs.published == 'true' }}

Expand All @@ -128,7 +128,7 @@ jobs:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/${{ github.repository_owner }}/${{ needs.metadata.outputs.image-name }}:latest
ghcr.io/${{ github.repository_owner }}/${{ needs.metadata.outputs.image-name }}:${{ needs.release.outputs.version-major }}
Expand Down
Loading

0 comments on commit db85a70

Please sign in to comment.