Skip to content

Commit

Permalink
Remove duplicate var
Browse files Browse the repository at this point in the history
  • Loading branch information
vcazsdk authored and bokysan committed Sep 13, 2022
1 parent ff50aac commit 38d767c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache/ubuntu
cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
build-args: |
BASE_IMAGE=ubuntu:impish
BASE_IMAGE=ubuntu:focal
- name: Move cache
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ FROM base AS sasl

ARG TARGETPLATFORM
ARG SASL_XOAUTH2_REPO_URL=https://github.com/tarickb/sasl-xoauth2.git
ARG SASL_XOAUTH2_GIT_REF=release-0.12
ARG SASL_XOAUTH2_GIT_REF=release-0.14

# --mount=type=cache,target=/var/cache/apk,sharing=locked,id=var-cache-apk-$TARGETPLATFORM \
Expand Down

0 comments on commit 38d767c

Please sign in to comment.