Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
alesz committed Jul 2, 2024
2 parents d89cbf7 + d634595 commit e30f32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Build and push
id: docker_build_ghcr
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Containerfile
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/python:3.11 as scrubbed
FROM docker.io/library/python:3.12 as scrubbed

WORKDIR /src

Expand Down

0 comments on commit e30f32b

Please sign in to comment.