Skip to content

Commit

Permalink
chore: update docker build action + entrypoint x 7
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Nov 3, 2023
1 parent 818d610 commit 5f1ec65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker-build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ runs:
with:
key: docker-${{ runner.os }}-${{ hashFiles('package.json') }}

- name: Pull existing image for the application container
shell: bash -l {0}
run: |
docker pull ghcr.io/exabyte-io/materials-designer_x86_64:latest
- name: Build application container
uses: ./actions/docker/build
with:
Expand Down

0 comments on commit 5f1ec65

Please sign in to comment.