Skip to content

Commit

Permalink
action upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Jan 11, 2024
1 parent c3ddb5d commit ccce58a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Pull the latest image to build, and avoid caching pull-only images.
# (docker pull is faster than caching in most cases.)
Expand All @@ -22,9 +22,9 @@ jobs:
# In this step, this action saves a list of existing images,
# the cache is created without them in the post run.
# It also restores the cache if it exists.
- uses: satackey/action-docker-layer-caching@v0.0.11
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true
- uses: jpribyl/action-docker-layer-caching@v0.1.1
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true

- name: Build the Docker image
run: docker-compose up --build

0 comments on commit ccce58a

Please sign in to comment.