Skip to content

Commit

Permalink
Merge pull request uswitch#37 from uswitch/airship-3071/update-vault-…
Browse files Browse the repository at this point in the history
…creds

fix typo on which file to modify access perms
  • Loading branch information
mmcgarr authored Dec 11, 2023
2 parents 10e369f + 4089d4c commit 9e482e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
images: quay.io/uswitch/vault-creds
tags: |
type=semver,pattern={{version}}
type=semver,pattern=v{{version}}
type=sha,prefix=,format=long,
- uses: docker/build-push-action@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ RUN apk add -U --no-cache ca-certificates

FROM scratch

ADD bin/vaultcreds /vaultcreds
COPY --chmod=755 bin/vaultcreds /vaultcreds

COPY --chmod=755 --from=base /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=base /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

ENTRYPOINT ["/vaultcreds"]
CMD []

0 comments on commit 9e482e1

Please sign in to comment.