Skip to content

Commit

Permalink
bad copy pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
s0up4200 committed Apr 10, 2023
1 parent ecb6448 commit 3d28d0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Upload assets
uses: actions/upload-artifact@v3
with:
name: autobrr
name: redactedhook
path: dist/*

goreleaser:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Upload assets
uses: actions/upload-artifact@v3
with:
name: autobrr
name: redactedhook
path: dist/*

docker:
Expand All @@ -98,7 +98,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/autobrr/autobrr
images: ghcr.io/s0up4200/redactedhook

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -113,7 +113,7 @@ jobs:
context: .
file: ./ci.Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
push: ${{ github.repository_owner == 'autobrr' }}
push: ${{ github.repository_owner == 's0up4200' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG BUILDTIME

RUN apk add --no-cache git make build-base tzdata

ENV SERVICE=autobrr
ENV SERVICE=redactedhook

WORKDIR /src

Expand Down

0 comments on commit 3d28d0c

Please sign in to comment.