Skip to content

Commit

Permalink
Follow-up d879c67 - fix docker login.
Browse files Browse the repository at this point in the history
  • Loading branch information
monotek authored and mgruner committed Nov 7, 2022
1 parent 7af75be commit f28ac17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Skip some content to avoid blowing up images with unneeded data.
.yarn/cache
node_modules
log/*.log
tmp/
1 change: 0 additions & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Login to docker.io container registry
uses: docker/login-action@v2
with:
registry: index.docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

Expand Down
1 change: 1 addition & 0 deletions script/build/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ find app/frontend/ -name '*.story.vue' -exec rm {} +
# Remove our customized .yarnrc to let yarn use the global cache
# instead of .yarn/cache which would go into the packages.
rm .yarnrc
rm -rf .yarn/cache

# CI
rm -rf .github .gitlab
Expand Down

0 comments on commit f28ac17

Please sign in to comment.