Skip to content

Commit

Permalink
Rewrite workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Sep 1, 2024
1 parent c88efc1 commit a399afe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
**/.DS_Store
.github
.idea
docs
**/docs
examples
docker-compose.yml
Dockerfile
**/README.md
**/node_modules
**/build
**/dist
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
cache-to: type=gha,mode=max
build-args: VITE_BUILD_ID="Github Actions"
platforms: linux/amd64
tags: ${{ env.REGISTRY_IMAGE }}:latest

- name: Create container from image
run: docker create --name extract-container ${{ env.REGISTRY_IMAGE }}:latest
Expand Down

0 comments on commit a399afe

Please sign in to comment.