Skip to content

Commit

Permalink
.github: Avoid artifact name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro committed Dec 31, 2022
1 parent f4e96b1 commit 25bf914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- main

env:
artifactName: ${{ contains(github.ref_name, '/') && 'docker-artifact' || github.ref_name }}
artifactName: ${{ contains(github.ref_name, '/') && 'docker-artifact' || github.ref_name }}-rpm

jobs:
docker_build:
Expand Down

0 comments on commit 25bf914

Please sign in to comment.