Skip to content

Commit

Permalink
switching back
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarsoo committed Jul 28, 2024
1 parent a45487f commit c03f86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitea/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: publish
args: --token ${{ secrets.GITEA_TOKEN }} --package dnstplib
args: --token ${{ secrets.DOCKERHUB_TOKEN }} --package dnstplib

package:
runs-on: ubuntu-latest
Expand All @@ -84,7 +84,7 @@ jobs:
with:
registry: gitea.sheep-ghoul.ts.net
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build & Push Container
uses: docker/build-push-action@v2
Expand Down

0 comments on commit c03f86a

Please sign in to comment.