Skip to content

Commit

Permalink
Update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
memgonzales authored Aug 18, 2024
1 parent 7386776 commit 09f088a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerize-and-publish-bioinfodlsu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow handles creating the Docker image for deploying RicePilaf
# to the server of the Bioinformatics Lab, De La Salle University

name: Create and publish Docker image for Bioinfo DLSU
name: Create and publish Docker image for Bioinfo DLSU server

on:
# Trigger workflow when a new release has been published
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Use nginx config file specific to Bioinfo DLSU
- name: Use nginx config file specific to Bioinfo DLSU server
run: cp -f nginx-bioinfodlsu-https.conf nginx.conf

- name: Extract metadata (tags, labels) for Docker
Expand Down

0 comments on commit 09f088a

Please sign in to comment.