Skip to content

Commit

Permalink
update e2e image tag for devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy Li authored and Freddy Li committed Aug 26, 2024
1 parent 57a61e7 commit 97284bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-docker-build-push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Licensed Work is (c) 2022 Sygma
# SPDX-License-Identifier: LGPL-3.0-only

name: Build and publish E2E Docker image
name: Build and publish E2E Docker image with Sygma standalone chain node

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tangle-e2e-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
COMMIT_HASH=$(echo $GITHUB_SHA | head -c7)
# creates local variable to hold docker images
TAGS="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${COMMIT_HASH},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:e2e-latest"
TAGS="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${COMMIT_HASH},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:e2e-tangle-latest"
# check if branch/tag that triggered workflow was from tags
if [[ $GITHUB_REF == refs/tags/* ]]; then
Expand All @@ -40,7 +40,7 @@ jobs:
VERSION=${GITHUB_REF#refs/tags/}
# append version and e2e testing name to tags
TAGS="${TAGS},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:e2e-${VERSION}"
TAGS="${TAGS},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:e2e-tangle-${VERSION}"
fi
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_tangle_standalone_e2e
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY ./scripts/tangle .
# build
RUN git clone https://github.com/webb-tools/tangle.git ./tangle
WORKDIR /code/tangle
RUN git checkout sygma/polkadot-version-upgrade
RUN git checkout main
RUN cargo build --release --features testnet

FROM --platform=linux/amd64 node:18.14.2
Expand Down

0 comments on commit 97284bf

Please sign in to comment.