Skip to content

Commit

Permalink
Revert changes to biocbook workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-sannikov committed Jul 23, 2024
1 parent c856c62 commit 7549637
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/biocbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- devel
- RELEASE_**
- docker

jobs:
build-push:
Expand Down Expand Up @@ -88,7 +87,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
tags: ${{ steps.meta.outputs.tags }}
build-args: |
BIOC_VERSION=RELEASE_3_19-R-4.4.1
BIOC_VERSION=${{ github.ref_name }}
- name: 🚀 Push local Docker image to ghcr.io
uses: docker/build-push-action@v4
Expand All @@ -99,7 +98,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
tags: ${{ steps.meta.outputs.tags }}
build-args: |
BIOC_VERSION=RELEASE_3_19-R-4.4.1
BIOC_VERSION=${{ github.ref_name }}
- name: 📚 Recover pkg artifacts generated during build in local Docker container (pkg bundle and book)
env:
Expand Down

0 comments on commit 7549637

Please sign in to comment.