Skip to content

Commit

Permalink
comment out docker
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Dec 8, 2023
1 parent a35ae3c commit af232fe
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,26 +98,26 @@ jobs:
path: |
target/deploy/merkle_distributor.so
docker:
name: Build and push docker container
runs-on: big-runner-1
steps:
# Required for docker cache export
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PWD }}

- name: Build and push jito-airdrop-api
uses: docker/build-push-action@v4
with:
push: true
target: jito-airdrop-api
tags: jitolabs/jito-airdrop-api:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/arm64,linux/x86_64
# docker:
# name: Build and push docker container
# runs-on: big-runner-1
# steps:
# # Required for docker cache export
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v2
#
# - name: Login to Docker Hub
# uses: docker/login-action@v2
# with:
# username: ${{ secrets.DOCKERHUB_USER }}
# password: ${{ secrets.DOCKERHUB_PWD }}
#
# - name: Build and push jito-airdrop-api
# uses: docker/build-push-action@v4
# with:
# push: true
# target: jito-airdrop-api
# tags: jitolabs/jito-airdrop-api:${{ github.sha }}
# cache-from: type=gha
# cache-to: type=gha,mode=max
# platforms: linux/arm64,linux/x86_64

0 comments on commit af232fe

Please sign in to comment.