Skip to content

Commit

Permalink
Build latest container
Browse files Browse the repository at this point in the history
  • Loading branch information
pansapiens authored Aug 17, 2024
1 parent e257ec0 commit 75ed5c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
version:
description: 'Version'
required: true
default: '4.4.0-5.0.3'
default: '4.4.1-5.1.0'

env:
REGISTRY: ghcr.io
Expand All @@ -26,7 +26,7 @@ jobs:
include:
- path: ./dockerfiles/rocker-seurat
image: ghcr.io/monashbioinformaticsplatform/rocker-ultra/rocker-seurat
version: 4.4.0-5.0.3
version: 4.4.1-5.1.0
enabled: true

steps:
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
ghcr.io/monashbioinformaticsplatform/rocker-ultra/rocker-seurat:${{ github.event.inputs.version }}
${{ matrix.image }}:latest
labels: ${{ steps.meta.outputs.labels }}
file: ./dockerfiles/rocker-seurat/${{ github.event.inputs.version }}/Dockerfile
file: ./dockerfiles/rocker-seurat/${{ github.event.inputs.version }}/Dockerfile

0 comments on commit 75ed5c1

Please sign in to comment.