Skip to content

Commit

Permalink
ci: remove comment for artifact fetching on Docker web build (#1278)
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita authored Nov 25, 2024
1 parent 9527d75 commit 37a71dc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,19 +210,6 @@ jobs:
echo "::set-output name=platforms::$PLATFORMS"
echo "::set-output name=version::$VERSION"
echo "::set-output name=tags::$TAGS"
# TODO: Comment in after removing build-docker-image-old job.
# - name: Fetch reearth-web release
# uses: dsaltares/fetch-gh-release-asset@master
# with:
# repo: reearth/reearth
# version: tags/${{ github.event.inputs.name && github.event.inputs.name != 'blank' && github.event.inputs.name || github.event.inputs.new_tag }}
# file: reearth-web_${{ github.event.inputs.name && github.event.inputs.name != 'blank' && github.event.inputs.name || github.event.inputs.new_tag }}.tar.gz
# token: ${{ secrets.GITHUB_TOKEN }}
# target: server/reearth-web.tar.gz
# - name: Extract reearth/web
# run: tar -xvf reearth-web.tar.gz; mv reearth-web web; ls

- name: Build and push docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 37a71dc

Please sign in to comment.