Skip to content

Commit

Permalink
Remove unused var from step name
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-luther committed Jul 11, 2024
1 parent 452d392 commit 80af3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "*"
jobs:
build-push-docker:
name: ${{ matrix.image }} - ${{ matrix.arch }} docker build push
name: ${{ matrix.arch }} - docker build push
runs-on: ${{ fromJSON('{"arm64":"buildjet-2vcpu-ubuntu-2204-arm","amd64":"ubuntu-22.04"}')[matrix.arch] }}
strategy:
matrix:
Expand Down

0 comments on commit 80af3a5

Please sign in to comment.