Skip to content

Commit

Permalink
small update to release workflow (#175)
Browse files Browse the repository at this point in the history
rename and update secrets for release workflow
  • Loading branch information
sukoneck authored Jan 25, 2024
1 parent 61070f3 commit b9348b2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .github/workflows/release.yml
name: goreleaser
name: release

on:
workflow_dispatch:
Expand All @@ -8,7 +8,7 @@ on:
- "*"

jobs:
goreleaser:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -22,8 +22,8 @@ jobs:
- name: Login to Docker hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.FLASHBOTS_DOCKERHUB_USERNAME }}
password: ${{ secrets.FLASHBOTS_DOCKERHUB_TOKEN }}

- name: Log tag name
run: echo "Build for tag ${{ github.ref_name }}"
Expand Down

0 comments on commit b9348b2

Please sign in to comment.