Skip to content

Commit

Permalink
Refactor workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
bartjkdp committed Oct 24, 2022
1 parent 2c3d7a2 commit 0ab0348
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build a Docker image and push to Docker when a new release is published
name: Build Docker image and push to Docker Hub

on:
release:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker
name: Build Docker image and optionally push to GitHub container registry

on:
push:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ jobs:
cd api/
docker build -t signalen/backend:${{ github.event.inputs.tag }} .
- name: Push the tagged image to Docker
run: docker push signalen/backend:${{ github.event.inputs.tag }}

0 comments on commit 0ab0348

Please sign in to comment.