Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabrot committed Mar 4, 2024
1 parent 9d0d5d6 commit 4a4fded
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
# - linux/arm64

steps:
- name: Prepare
run: |
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
# - name: Prepare
# run: |
# platform=${{ matrix.platform }}
# echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV


- name: Check out code
Expand All @@ -30,8 +30,8 @@ jobs:
# uses: docker/setup-qemu-action@v3
-
name: Set up Docker
# uses: crazy-max/ghaction-setup-docker@v3
uses: crazy-max/ghaction-setup-containerd@v3
uses: crazy-max/ghaction-setup-docker@v3
# uses: crazy-max/ghaction-setup-containerd@v3

- name: Login to DockerHub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
Expand All @@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
# platforms: ${{ matrix.platform }}
# labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},name-canonical=true,push=false

4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

-
name: Set up Docker
# uses: crazy-max/ghaction-setup-docker@v3
uses: crazy-max/ghaction-setup-containerd@v3
uses: crazy-max/ghaction-setup-docker@v3
# uses: crazy-max/ghaction-setup-containerd@v3

- name: Build Docker image (manual)
run: ./run.sh

0 comments on commit 4a4fded

Please sign in to comment.