Skip to content

Commit

Permalink
Merge pull request #112 from kbase/update_github_actions
Browse files Browse the repository at this point in the history
Update github actions versions
  • Loading branch information
briehl authored Apr 23, 2024
2 parents d7950a3 + 40be97f commit 5f52488
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_pr_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pull Narrative Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: kbase/narrative
- name: Add PR Image to Dockerfile FROM field
run: |
sed -i "s/narrative-base-image:[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/narrative-base-image:pr-${{ github.event.pull_request.number }}/" Dockerfile
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build local narrative image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
pull: true
load: true
tags: ${{ env.NARRATIVE_IMG_TAG }}
- name: Use Node JS
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install JS dependencies
Expand Down

0 comments on commit 5f52488

Please sign in to comment.