Skip to content

Commit

Permalink
ci: fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Apr 8, 2024
1 parent 9b2cd45 commit 910767f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build Docker image
name: Build

on: pull_request

jobs:
docker_build:
name: Push Docker image to Docker Hub
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
name: Publish Docker image
name: Push

on:
push:
Expand Down

0 comments on commit 910767f

Please sign in to comment.