Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Jan 30, 2024
1 parent 855a94c commit 447d5d4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
with:
image_name: base-glibc-debian-bash
tags: '3.1 3 latest'
build_args: '--build-arg=debian_version=12.2'
archs: 'amd64'
debian_version: '12.2'
archs: 'arm64'

base-glibc-busybox-bash:
base-glibc-debian-bash:
uses: bioconda/bioconda-containers/.github/workflows/generic_build.yml@reusable-workflow-testing
with:
image_name: base-glibc-busybox-bash
tags: '3.1 3 latest'
build_args: '--build-arg=debian_version=12.2 --build-arg=busybox_version=1.36.1'
debian_version: '12.2'
busybox_version: '1.36.1'
archs: 'amd64'

0 comments on commit 447d5d4

Please sign in to comment.