Skip to content

Commit

Permalink
CI: publish docker image to ghrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Licari committed Feb 26, 2024
1 parent e4d8374 commit 3f72ec4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
goreleaser:
permissions:
contents: write
runs-on:
- environment=production
- size=xlarge
- provider=ethpandaops
- realm=platform
runs-on: ubuntu-latest
steps:
-
name: Checkout
Expand Down Expand Up @@ -66,8 +62,9 @@ jobs:
name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Update GoReleaser config
run: |
cp .goreleaser.yaml ../.goreleaser.yaml.new
Expand Down

0 comments on commit 3f72ec4

Please sign in to comment.