Skip to content

Commit

Permalink
Pin the Python version of acton to 3.8.18-slim-bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
chmielsen committed Nov 8, 2023
1 parent 28f43fb commit c16b011
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim AS builder
FROM python:3.8.18-slim-bullseye AS builder
ADD . /app
WORKDIR /app

Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,16 @@ To execute tests locally (requires that `docker` and `docker-compose` are instal
docker-compose run test
```

## Releasing

To validate the changes:
1. Start Docker locally.
2. Inside docker/ run `$ docker-compose up`
3. Inside main dir run: `$ docker-compose run test`

If all of that work, push a version and tag by bumping the number after the ., e.g. if version is 1.1, then push 1.2 and run the job pointing to the new version, to verify it's working

## Credits

This Github Action was written by [Wojciech Chmiel](https://github.com/chmielsen/), based on the fork of:
https://github.com/jashparekh/bigquery-action
https://github.com/jashparekh/bigquery-action

0 comments on commit c16b011

Please sign in to comment.