Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiyou06 authored Aug 12, 2024
1 parent b134e2f commit ac27693
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
dockerfile: Dockerfile
target: momoyo
platforms: linux/amd64,linux/arm64
- image: graalbuntu
dockerfile: graalbuntu.Dockerfile
target: graalbuntu
platforms: linux/amd64
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -66,4 +62,4 @@ jobs:
push: true
target: ${{ matrix.target }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit ac27693

Please sign in to comment.