mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 06:25:40 +08:00
Remove duplicate var
This commit is contained in:
parent
fcd5004092
commit
54522b1a9b
2 changed files with 0 additions and 2 deletions
1
.github/workflows/master.yml
vendored
1
.github/workflows/master.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue