Skip to content

Commit

Permalink
Merge pull request #44 from astriaorg/joroshiba/fix-build
Browse files Browse the repository at this point in the history
Login to docker hub
  • Loading branch information
joroshiba authored Mar 19, 2024
2 parents 5ee4ef2 + ad3b9af commit 5c03068
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/astria-build-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ jobs:
steps:
# Checking out the repo
- uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
# Setting up Go
- uses: actions/setup-go@v4
with:
go-version: "^1.21.x" # The Go version to download (if necessary) and use.
- run: go version

# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 5c03068

Please sign in to comment.