Skip to content

Commit

Permalink
hack to push images to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
delehef committed Jan 29, 2025
1 parent ff7836d commit a9b5eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2

- name: Push to ECR
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
Expand All @@ -159,7 +159,7 @@ jobs:
fi
public-push:
name: Push Docker Images to Docker hub
if: contains('main holesky mainnet hack-merge-table v1_base 129/merge', github.ref_name) || startsWith(github.ref, 'refs/tags/')
if: contains('main holesky mainnet hack-merge-table v1_base lag-457', github.ref_name) || startsWith(github.ref, 'refs/tags/')
runs-on: ${{needs.base.outputs.RUNNER}}
needs:
- build
Expand Down

0 comments on commit a9b5eed

Please sign in to comment.