Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Sep 20, 2022
1 parent 87d8b0d commit 8cd74d7
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/postgresql-build-and-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfiles/api.Dockerfile
file: ./Dockerfiles/postgresql.Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/malcolmnetsec/api:${{ steps.extract_branch.outputs.branch }}
tags: ghcr.io/${{ github.repository_owner }}/malcolmnetsec/postgresql:${{ steps.extract_branch.outputs.branch }}
4 changes: 2 additions & 2 deletions .github/workflows/redis-build-and-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfiles/api.Dockerfile
file: ./Dockerfiles/redis.Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/malcolmnetsec/api:${{ steps.extract_branch.outputs.branch }}
tags: ghcr.io/${{ github.repository_owner }}/malcolmnetsec/redis:${{ steps.extract_branch.outputs.branch }}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Version=1.0
Name=Malcolm - CyberChef
Exec=/opt/firefox/firefox https://localhost/cyberchef/
Exec=/opt/firefox/firefox https://localhost/cyberchef.html
Terminal=false
X-MultipleArgs=false
Type=Application
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Desktop Entry]
Version=1.0
Name=Malcolm - NetBox
Exec=/opt/firefox/firefox https://localhost/assets/
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=network-workgroup
Categories=Network;
StartupWMClass=Firefox
StartupNotify=true
X-XFCE-Source=file:///usr/share/applications/malcolm-netbox.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<value type="int" value="26"/>
<value type="int" value="27"/>
<value type="int" value="28"/>
<value type="int" value="29"/>
<value type="int" value="8"/>
<value type="int" value="2"/>
<value type="int" value="3"/>
Expand Down Expand Up @@ -99,6 +100,11 @@
<value type="string" value="16343117417.desktop"/>
</property>
</property>
<property name="plugin-29" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="16637019741.desktop"/>
</property>
</property>
<property name="plugin-20" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="16343116973.desktop"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Version=1.0
Name=Malcolm - CyberChef
Exec=/opt/firefox/firefox https://localhost/cyberchef/
Exec=/opt/firefox/firefox https://localhost/cyberchef.html
Terminal=false
X-MultipleArgs=false
Type=Application
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Version=1.0
Name=Malcolm - NetBox
Exec=/opt/firefox/firefox https://localhost/assets/
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=network-workgroup.png
Categories=Network;
StartupWMClass=Firefox
StartupNotify=true

0 comments on commit 8cd74d7

Please sign in to comment.