Skip to content

Commit

Permalink
Remove docker layer caching step from dev image build
Browse files Browse the repository at this point in the history
docker layer caching is slower than pulling from docker hub each time.
  • Loading branch information
amCap1712 committed Oct 31, 2023
1 parent 5ce51dd commit 255567c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,5 @@ jobs:
run: echo ${{ secrets.DOCKER_HUB_PASSWORD }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
continue-on-error: true

- uses: satackey/[email protected]
continue-on-error: true

- name: Build production image
run: docker build --build-arg GIT_COMMIT_SHA=HEAD .

0 comments on commit 255567c

Please sign in to comment.