Skip to content

Commit

Permalink
first attempt at pushing base-debian
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Feb 17, 2024
1 parent 3f62390 commit 315604e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,19 @@ jobs:
TAGS=$BASE_TAGS \
./generic_build.bash
build:
- name: Push base-debian
if: ${{ github.ref == "refs/heads/unify-containers" }}
id: push-base-debian
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ env.BASE_DEBIAN_IMAGE_NAME }}
tags: ${{ env.BASE_TAGS }}
registry: ${{ secrets.QUAY_BIOCONDA_REPO }}
username: ${{ secrets.QUAY_BIOCONDA_USERNAME }}
password: ${{ secrets.QUAY_BIOCONDA_TOKEN }}

build-others:
if: false # disable for now
name: Build base-busybox, build-env, and create-env images
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 315604e

Please sign in to comment.