Skip to content

Commit

Permalink
Fix docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Semen Medvedev committed Aug 22, 2024
1 parent f67ffd5 commit 1daa226
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
git submodule sync
git submodule update --init --recursive
- name: "Prepare to build image"
id: prep
run: |
docker pull solanalabs/solana:${SOLANA_REVISION}
IMAGE="neonlabsorg/neon-governance"
echo ::set-output name=tagged_image::${IMAGE}:${GITHUB_SHA}
- name: "Set up Docker Buildx"
id: buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 1daa226

Please sign in to comment.