Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Unpin the Docker images to make layer caching work in CI
Browse files Browse the repository at this point in the history
The action currently hash a bug where it won't work at all with images
pulled by digest:
satackey/action-docker-layer-caching#17
  • Loading branch information
ruohola committed Apr 15, 2021
1 parent 8f32c75 commit 2069a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:
db-ci:
container_name: db-ci
image: postgres:12.4-alpine@sha256:4c493832e4865189e3cab86281a1706a074ea6796b525a7f191b3f48546c25a8
image: postgres:12.4-alpine
ports:
- "5432:5432"
environment:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.4-slim-buster@sha256:de9482638c1354f5178efc90431de2a42e863a12bf3df41d7fa30d5c10fe543d as base
FROM python:3.9.4-slim-buster as base

RUN apt-get update \
&& apt-get install --no-install-recommends --assume-yes \
Expand Down

0 comments on commit 2069a97

Please sign in to comment.