From 827798009358c9b672f39c1ecf0020ee37ced869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Budziak?= Date: Sat, 1 Oct 2022 17:30:32 +0200 Subject: [PATCH] With cache --- .github/workflows/csgo-pr-workflow.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/csgo-pr-workflow.yml b/.github/workflows/csgo-pr-workflow.yml index f3f7f3f..fd83754 100644 --- a/.github/workflows/csgo-pr-workflow.yml +++ b/.github/workflows/csgo-pr-workflow.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: include: - - version: "1.10." + - version: "1.10" # - version: "1.11" # - version: "1.12" steps: @@ -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