Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RenJiangZhou2163 committed Dec 26, 2024
1 parent 421f571 commit a44fcb1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/keep2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,4 @@ jobs:
with:
name: ${{ env.IMAGE_NAME }}_${{ matrix.tag }}
path: ${IMAGE_NAME}_${{ matrix.tag }}.tar.gz
run: |
IMAGE_NAME=$(echo "${{ matrix.image }}" | sed 's|/|_|g')
docker pull ${{ matrix.image }}:${{ matrix.tag }}
docker save -o ${IMAGE_NAME}_${{ matrix.tag }}.tar.gz ${{ matrix.image }}:${{ matrix.tag }}

- name: Upload Image Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.IMAGE_NAME }}_${{ matrix.tag }}
path: ${IMAGE_NAME}_${{ matrix.tag }}.tar.gz
env:
IMAGE_NAME: $(echo "${{ matrix.image }}" | sed 's|/|_|g')

0 comments on commit a44fcb1

Please sign in to comment.