mirror of
https://github.com/bitwarden/server.git
synced 2025-04-24 06:25:09 -05:00
Test
This commit is contained in:
parent
18d297e4e3
commit
dd80b2e99f
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -304,8 +304,18 @@ jobs:
|
||||
linux/arm/v7,
|
||||
linux/arm64
|
||||
push: true
|
||||
outputs: type=tar,dest=${{ matrix.project_name }}.tar
|
||||
tags: ${{ steps.image-name.outputs.name }}
|
||||
|
||||
- name: TEST STEP
|
||||
run: |
|
||||
ls -alh
|
||||
mkdir -p TEST
|
||||
mv ${{ matrix.project_name }}.tar TEST/
|
||||
cd TEST
|
||||
tar -xvf admin.tar
|
||||
ls -alh
|
||||
|
||||
- name: Log out of Docker
|
||||
run: docker logout
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user