mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
♻️ Have a slim dockerfile for multi platform integration testing
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -69,6 +69,7 @@ jobs:
|
|||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
dockerfile: testdata/Multi-Arch-Dockerfile
|
||||||
|
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
1
testdata/Multi-Arch-Dockerfile
vendored
Normal file
1
testdata/Multi-Arch-Dockerfile
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
FROM alpine
|
||||||
Reference in New Issue
Block a user