Skip to content

Commit

Permalink
attempt 2 to fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Dec 14, 2020
1 parent 04f8a1b commit 2deb327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
org.opencontainers.image.version=${{ steps.prep.outputs.version }}
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.licenses=${{ github.event.repository.license.name }}
no-cache: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

Expand Down
3 changes: 2 additions & 1 deletion ploigos-base/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ ARG PLOIGOS_USER_UID=1001
ARG PLOIGOS_USER_GID=0
ARG PLOIGOS_HOME_DIR=/home/ploigos
ARG PLOIGOS_SOURCE=tssc==0.14.0
ARG OPENSHIFT_CLI_VERSION=4.6

##############################################
# Stage 1 : Retrieive oc cli
##############################################
FROM quay.io/openshift/origin-cli as origin-cli
FROM quay.io/openshift/origin-cli:$OPENSHIFT_CLI_VERSION as origin-cli

##############################################
# Stage 2 : Build ploigos-base
Expand Down

0 comments on commit 2deb327

Please sign in to comment.