Skip to content

Commit

Permalink
TEST BUILD WORKS
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell committed Nov 5, 2024
1 parent a0ce5a9 commit f649e0c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build docker image test

on:
pull_request:

jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6
with:
push: false
tags: safeglobal/safe-wallet-web:test
platforms: |
linux/amd64
linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit f649e0c

Please sign in to comment.