Skip to content

Commit

Permalink
update: actions and disable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Jan 20, 2024
1 parent 2ae905b commit 307cb9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
${{ steps.meta.outputs.tags }}
ammnt/angie:http3
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max

- name: Test the Docker image
run: |
Expand All @@ -85,8 +85,8 @@ jobs:
${{ steps.meta.outputs.tags }}
ammnt/angie:http3
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max

- name: Sign the published Docker image
if: ${{ github.event_name != 'pull_request' }}
Expand All @@ -105,7 +105,7 @@ jobs:
ammnt/angie:@${{ steps.push.outputs.digest }}
- name: Run deploy update on the server
uses: appleboy/ssh-action@v1.0.1
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
Expand Down

0 comments on commit 307cb9f

Please sign in to comment.