Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellitedev committed Dec 3, 2023
1 parent c473a62 commit efdbf6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Push to registry
on:
push:
branches:
- "production"
- "main"

jobs:
docker:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
run: ls -l
- name: Create tarball
run: |
tar --warning=no-file-changed --ignore-failed-read --exclude='./.git' -czvf raibu-web.tar.gz .
tar --warning=no-file-changed --ignore-failed-read --exclude='./.git' -czvvf raibu-web.tar.gz .
- name: Upload tarball
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit efdbf6b

Please sign in to comment.