You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.
75
75
extra-args: |
76
76
--ulimit nofile=10000
77
77
78
+
- name: Publish to GHCR
79
+
uses: redhat-actions/push-to-registry@v2
80
+
with:
81
+
image: ${{ steps.build-image.outputs.image }}
82
+
tags: ${{ steps.build-image.outputs.tags }}
83
+
registry: ${{ env.REGISTRY }}
84
+
username: ${{ env.REGISTRY_USER }}
85
+
password: ${{ env.REGISTRY_PASSWORD }}
86
+
78
87
- name: Upload Release Assets
79
88
id: upload-release-assets
80
89
uses: svenstaro/upload-release-action@v2
@@ -86,15 +95,6 @@ jobs:
86
95
file_glob: true
87
96
body: "See the [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md) and [commit messages](https://github.com/gchq/CyberChef/commits/master) for details."
0 commit comments