Skip to content

Commit

Permalink
Update Github Actions versions
Browse files Browse the repository at this point in the history
Node16-based images are deprecated, and we move the CI Docker builder to
the action instead of including the script.
  • Loading branch information
matiasgarciaisaia committed Mar 15, 2024
1 parent b42044a commit bdae022
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
env:
RAILS_ENV: test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fix tests environment
run: mv docker-compose.ci-override.yml docker-compose.override.yml
Expand All @@ -33,6 +33,6 @@ jobs:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build image & push to Docker Hub
run: ./build.sh
uses: manastech/ci-docker-builder@d3406587def914918666ef41c0637d6b739fdf7d
8 changes: 0 additions & 8 deletions build.sh

This file was deleted.

0 comments on commit bdae022

Please sign in to comment.