Skip to content

Commit

Permalink
Refactor Docker workflow job name
Browse files Browse the repository at this point in the history
The job name in the GitHub Actions Docker workflow has been refactored for clarity. The previous name 'docker-build-push' was replaced with a more concise 'docker'.
  • Loading branch information
leokwsw committed Mar 29, 2024
1 parent 0ad037c commit 3e7f51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
PLATFORMS: ${{ vars.PLATFORMS || 'linux/amd64,linux/arm64' }}

jobs:
docker-build-push:
docker:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 3e7f51a

Please sign in to comment.