Skip to content

Commit

Permalink
chore: update docker build action + entrypoint x 5
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Nov 3, 2023
1 parent 79c7638 commit e71ea73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: Building docker images using ECR or github containers
runs:
using: composite
steps:
- name: Cache Docker images.
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('package.json') }}

- name: Pull existing image for the application container
shell: bash -l {0}
run: |
Expand Down

0 comments on commit e71ea73

Please sign in to comment.