Skip to content

Commit

Permalink
ci: update ci and cd
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Nov 25, 2024
1 parent 10fc538 commit d0c134e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
name: Publish Image
runs-on: ubuntu-latest
steps:
- uses: gabrielrufino/check-ci@main
- uses: actalog/check-ci@main
- uses: actions/checkout@v4
- run: |
IMAGE_VERSION=$(npm pkg get version | sed 's/"//g')
echo $IMAGE_VERSION
echo "IMAGE_VERSION=$IMAGE_VERSION" >> $GITHUB_ENV
- uses: gabrielrufino/dockerfile-cd@main
- uses: actalog/dockerfile-cd@main
with:
image-name: strabot/manager
image-version: ${{ env.IMAGE_VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gabrielrufino/node-ci@v3
- uses: actalog/node-ci@v3
dockerfile-ci:
name: Dockerfile CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gabrielrufino/dockerfile-ci@v2
- uses: actalog/dockerfile-ci@v2
with:
image-name: strabot/manager

0 comments on commit d0c134e

Please sign in to comment.