Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuerhamster committed Aug 22, 2024
1 parent 7ee200b commit 35edd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2

- name: Build image
run: docker buildx . --platform=linux/amd64,linux/arm/v8 --file Dockerfile --tag $IMAGE_NAME
run: docker buildx build . --platform=linux/amd64,linux/arm/v8 --file Dockerfile --tag $IMAGE_NAME

- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit 35edd25

Please sign in to comment.