Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpensin committed Jan 22, 2025
2 parents fc05e61 + 5925844 commit e1e370b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker Image CI

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

permissions:
contents: read
Expand All @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [linux/386, linux/amd64]
platform: [linux/amd64]

steps:
- name: Checkout Code
Expand Down Expand Up @@ -95,7 +95,6 @@ jobs:
IMAGE_NAME="ghcr.io/$REPO_OWNER/$REPO_NAME"
docker buildx imagetools create \
--tag $IMAGE_NAME:latest \
$IMAGE_NAME:latest-linux-386 \
$IMAGE_NAME:latest-linux-amd64 \
$IMAGE_NAME:latest-linux-arm-v7 \
$IMAGE_NAME:latest-linux-arm64-v8
Expand Down

0 comments on commit e1e370b

Please sign in to comment.