Skip to content

Commit

Permalink
Removed () from build name in docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver committed Apr 24, 2024
1 parent 7c37962 commit 41eb70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- dockerfile: Dockerfile.slim
name: -slim
buildname: Slim
name: Build (${{ matrix.buildname }})
name: Build ${{ matrix.buildname }}
steps:
- uses: actions/checkout@v4
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 41eb70b

Please sign in to comment.