Skip to content

Commit 7961ad2

Browse files
committed
fix: fixed workflow error
1 parent fa1ed85 commit 7961ad2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/docker-test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,19 @@ jobs:
3131
with:
3232
context: '.'
3333
file: './Dockerfile'
34-
platforms: 'linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7'
3534
tags: ttionya/vaultwarden-backup:base
35+
load: true
36+
-
37+
name: Test
38+
run: docker image ls
3639
-
3740
name: Build Test Docker Image
3841
uses: docker/build-push-action@v5
3942
with:
4043
context: '.'
4144
file: './tests/Dockerfile'
42-
platforms: 'linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7'
4345
tags: ttionya/vaultwarden-backup:test
46+
load: true
4447
-
4548
name: Test
4649
run: |

0 commit comments

Comments
 (0)