Skip to content

Commit

Permalink
github workflow for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
arosenfeld committed Jan 5, 2024
1 parent f615dd1 commit d1c4719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and Push Docker Image to Docker Hub

on:
push:
branches: [ "master", "develop" ]
branches: [ "master" ]
pull_request:
branches: [ "master", "develop" ]
branches: [ "master" ]

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion docs/install_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ the ImmuneDB Docker image:

.. code-block:: bash
$ docker pull arosenfeld/immunedb
$ docker pull ghcr.io/arosenfeld/immunedb
.. _running-the-container:
Expand Down

0 comments on commit d1c4719

Please sign in to comment.