Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
- Updating setup-qemu-action to see if it improves the build issues.
- Renaming workflow to `Docker Publish`
  • Loading branch information
nicomt authored Mar 4, 2024
1 parent 5902d7b commit 4a8b7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Docker Publish

on:
workflow_dispatch:
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ github.event_name == 'push' && 'ubuntu-latest' || inputs.chosen-runner }}
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3

- name: Docker meta
Expand Down

0 comments on commit 4a8b7a9

Please sign in to comment.