Skip to content

Commit

Permalink
Rename :soroban-dev to :future (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jan 23, 2024
1 parent 5acbe30 commit ab957dd
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Soroban-Dev
name: Future

# The `:soroban-dev` tag points to a build containing unreleased versions of
# The `:future` tag points to a build containing unreleased versions of
# software that have been informally released to the futurenet network.

on:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
with:
arch: amd64
tag: soroban-dev-amd64
tag: future-amd64
xdr_ref: v20.0.2
core_ref: v20.1.0
core_supports_enable_soroban_diagnostic_events: "true"
Expand All @@ -53,7 +53,7 @@ jobs:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
with:
arch: arm64
tag: soroban-dev-arm64
tag: future-arm64
xdr_ref: v20.0.2
core_ref: v20.1.0
core_supports_enable_soroban_diagnostic_events: "true"
Expand All @@ -74,5 +74,5 @@ jobs:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
with:
tag: soroban-dev
tag: future
images: ${{ needs.amd64.outputs.image }} ${{ needs.arm64.outputs.image }}

0 comments on commit ab957dd

Please sign in to comment.