Skip to content

Commit

Permalink
comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Aug 14, 2024
1 parent 00d2ccf commit 6c44d22
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}



jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read
packages: write


steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -50,4 +47,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
platforms: linux/amd64 #,linux/arm64 amazon/opendistro-for-elasticsearch sadly not for arm availab;e

0 comments on commit 6c44d22

Please sign in to comment.