We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef78f6 commit 7c476d8Copy full SHA for 7c476d8
.github/workflows/parrot-release.yml
@@ -31,6 +31,11 @@ jobs:
31
mask-password: 'true'
32
env:
33
AWS_REGION: ${{ secrets.AWS_REGION }}
34
+ - name: Login to Docker Hub
35
+ uses: docker/login-action@v3
36
+ with:
37
+ username: kalverra
38
+ password: ${{ secrets.KALVERRA_DOCKER_PASSWORD }}
39
- name: Set up Go
40
uses: actions/setup-go@v5
41
with:
parrot/.changeset/v0.4.5.md
@@ -0,0 +1 @@
1
+Fixes dockerhub versioning
parrot/Makefile
@@ -37,4 +37,3 @@ fuzz:
build:
cd .. && goreleaser release --snapshot --clean -f ./parrot/.goreleaser.yaml
echo "Build done, check in parrot/dist for binaries"
-
0 commit comments