Skip to content

Commit

Permalink
Fix style, missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Mar 11, 2024
1 parent c31ef9f commit a98c281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcc-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ jobs:
run: |
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
-
name: Inspect image
- name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
1 change: 1 addition & 0 deletions deps/gcc.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG ALPINE_VERSION=3.18.3
ARG BASEDIR=/tmp/work

FROM alpine:$ALPINE_VERSION as build
ARG BASEDIR
ARG _binu_ver=2.37
ARG _gcc_ver=6.3.0
ARG _mpfrver=4.1.0
Expand Down

0 comments on commit a98c281

Please sign in to comment.