Skip to content

Commit

Permalink
Fix merge tags
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Dec 20, 2024
1 parent fdc0419 commit 1ff1121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
# Add R version tags for ghcr.io images
if [[ "${{ matrix.base.image }}" == *"ghcr.io"* ]]; then
R_VER=$(docker pull ${{ matrix.base.image }}:${{ matrix.base.amdtag }} 2>/dev/null && \
R_VER=$(docker pull ${{ matrix.base.image }}:${{ matrix.base.amdtag }} 2>&1 > /dev/null && \
docker inspect ${{ matrix.base.image }}:${{ matrix.base.amdtag }} | \
jq -r '.[].Config.Env[]|select(match("^R_VERSION"))|.[index("=")+1:]')
if [ ! -z "$R_VER" ]; then
Expand Down

0 comments on commit 1ff1121

Please sign in to comment.