Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stevapple committed Aug 12, 2024
1 parent 78a3c5e commit d13f588
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
config.example.json
sshmux.service
docker:
name: Build Docker image
name: Docker
runs-on: ubuntu-latest
steps:
- name: Compute Docker meta
- name: Compute Docker metadata
id: meta
uses: docker/metadata-action@v5
with:
Expand All @@ -54,7 +54,6 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit d13f588

Please sign in to comment.