Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jan 22, 2024
1 parent e915e84 commit 9598f69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
--build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=true
--build-arg CONFIGURE_FLAGS='${{ inputs.core_configure_flags }}'
- name: Upload Stellar-Core Image
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image-stellar-core-${{ inputs.arch }}
path: /tmp/image
Expand All @@ -124,7 +124,7 @@ jobs:
-t stellar-horizon:${{ inputs.arch }} -o type=docker,dest=/tmp/image
--build-arg REF="${{ env.GO_REPO_BRANCH }}" .
- name: Upload Stellar-Horizon Image
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image-stellar-horizon-${{ inputs.arch }}
path: /tmp/image
Expand All @@ -148,7 +148,7 @@ jobs:
--build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=true
https://github.com/stellar/go.git#${{ env.GO_REPO_BRANCH }}
- name: Upload Stellar-Friendbot Image
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image-stellar-friendbot-${{ inputs.arch }}
path: /tmp/image
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
--build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=true
https://github.com/stellar/soroban-tools.git#${{ env.SOROBAN_TOOLS_REPO_BRANCH }}
- name: Upload Stellar-Soroban-Rpc Image
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image-stellar-soroban-rpc-${{ inputs.arch }}
path: /tmp/image
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
--build-arg REPO=https://github.com/stellar/rs-stellar-xdr.git
--build-arg REF="${{ env.XDR_REPO_REF }}" .
- name: Upload Stellar-Rs-Xdr Image
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image-rs-stellar-xdr-${{ inputs.arch }}
path: /tmp/image
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
- name: Save Quickstart Image
run: docker save $IMAGE -o /tmp/image
- name: Upload Quickstart Image
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image-${{ inputs.arch }}
path: /tmp/image
Expand Down

0 comments on commit 9598f69

Please sign in to comment.