Docker Build test
All checks were successful
Docker Build and Publish / build (push) Successful in 1m53s
All checks were successful
Docker Build and Publish / build (push) Successful in 1m53s
This commit is contained in:
@@ -18,12 +18,5 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ vars.GH_USERNAME }}
|
||||
password: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Build Test
|
||||
run: docker buildx build -t ghcr.io/ryuupendragon/iperf3-test:latest --platform linux/arm64,linux/amd64 --push .
|
||||
run: docker buildx build -t ghcr.io/ryuupendragon/iperf3-test:latest --platform linux/arm64,linux/amd64 .
|
||||
|
||||
Reference in New Issue
Block a user