Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Apr 20, 2022
1 parent 9fe596e commit 7d68ac3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
- name: Set vars
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
- uses: satackey/action-docker-layer-caching@v0.0.11
continue-on-error: true
with:
key: tinyphone-base-docker-cache-{hash}
restore-keys: |
tinyphone-base-docker-cache-
- name: Build and Push tinyphone_base to registry
if: contains(steps.changed_files.outputs.modified, 'Dockerfile.base')
run: |
Expand Down
2 changes: 1 addition & 1 deletion distribution/docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN powershell.exe scoop install git curl wget openssh unzip make sed;
RUN powershell.exe [environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'USER');

# Download channel for fixed install.
RUN curl -L https://aka.ms/vs/16/release/channel -o /tmp/VisualStudio.chman
RUN curl -L https://aka.ms/vs/16/release/channel -o C:\TEMP\VisualStudio.chman

# Download channel for fixed install.
# ADD https://aka.ms/vs/16/release/channel C:\TEMP\VisualStudio.chman
Expand Down

0 comments on commit 7d68ac3

Please sign in to comment.