Skip to content

Commit

Permalink
With cache
Browse files Browse the repository at this point in the history
  • Loading branch information
budziam committed Oct 1, 2022
1 parent ae441bd commit 8277980
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/csgo-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
include:
- version: "1.10."
- version: "1.10"
# - version: "1.11"
# - version: "1.12"
steps:
Expand Down Expand Up @@ -46,12 +46,12 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

# - name: Cache csgo
# id: cache-csgo
# uses: actions/cache@v3
# with:
# path: /tmp/csgo
# key: csgo
- name: Cache csgo
id: cache-csgo
uses: actions/cache@v3
with:
path: /tmp/csgo
key: csgo

- name: Build and push to Docker Hub
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 8277980

Please sign in to comment.