Skip to content

Commit

Permalink
docker部署
Browse files Browse the repository at this point in the history
  • Loading branch information
redgreat committed Apr 19, 2024
1 parent 4b6e121 commit 7deace9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dockerpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
otp-version: ${{ env.OTP-VERSION }}
rebar3-version: ${{ env.REBAR3-VERSION }}

- uses: actions/cache@v4.0.2
id: rebar3-cache
with:
path: |
~/.cache/rebar3
_build
key: ${{ runner.os }}-${{ env.OTP-VERSION }}-${{ env.REBAR3-VERSION }}-${{ hashFiles('rebar.lock') }}
#- uses: actions/cache@v4.0.2
# id: rebar3-cache
# with:
# path: |
# ~/.cache/rebar3
# _build
# key: ${{ runner.os }}-${{ env.OTP-VERSION }}-${{ env.REBAR3-VERSION }}-${{ hashFiles('rebar.lock') }}

- name: prepare
id: prep
Expand Down

0 comments on commit 7deace9

Please sign in to comment.