remove all reddit branding (#1)

This commit is contained in:
Daniel Valentine
2022-09-20 21:51:46 -06:00
parent dafa1ab1d5
commit a9d5993b20
31 changed files with 93 additions and 89 deletions

View File

@@ -33,6 +33,6 @@ jobs:
file: ./Dockerfile.arm
platforms: linux/arm64
push: true
tags: spikecodes/libreddit:arm
tags: libbacon/libbacon:arm
cache-from: type=gha
cache-to: type=gha,mode=max

View File

@@ -36,6 +36,6 @@ jobs:
file: ./Dockerfile.armv7
platforms: linux/arm/v7
push: true
tags: spikecodes/libreddit:armv7
tags: libbacon/libbacon:armv7
cache-from: type=gha
cache-to: type=gha,mode=max

View File

@@ -33,6 +33,6 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: spikecodes/libreddit:latest
tags: libbacon/libbacon:latest
cache-from: type=gha
cache-to: type=gha,mode=max

View File

@@ -30,8 +30,8 @@ jobs:
- uses: actions/upload-artifact@v2.2.1
name: Upload a Build Artifact
with:
name: libreddit
path: target/release/libreddit
name: libbacon
path: target/release/libbacon
- name: Versions
id: version
@@ -40,7 +40,7 @@ jobs:
echo "::set-output name=tag::$(git describe --tags)"
- name: Calculate SHA512 checksum
run: sha512sum target/release/libreddit > libreddit.sha512
run: sha512sum target/release/libbacon > libbacon.sha512
- name: Release
uses: softprops/action-gh-release@v1
@@ -50,8 +50,8 @@ jobs:
name: ${{ steps.version.outputs.version }} - ${{ github.event.head_commit.message }}
draft: true
files: |
target/release/libreddit
libreddit.sha512
target/release/libbacon
libbacon.sha512
body: |
- ${{ github.event.head_commit.message }} ${{ github.sha }}
generate_release_notes: true