Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
dockerhub-build-and-push:
name: Build and Push Docker Image
uses: NelsonDane/Custom-GitHub-Actions/.github/workflows/docker-registry-build-push.yml@e64ec758b6758d58955cab25a0e330f9bab380dd
uses: NelsonDane/Custom-GitHub-Actions/.github/workflows/docker-registry-build-push.yml@7e095d077342808e4f52deb091fcba86f688fe6b
with:
image_name: auto-rsa
image_tag: ${{ github.ref_name == 'main' && 'latest' || startsWith(github.ref_name, 'develop') && github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nelson Dane

FROM ghcr.io/astral-sh/uv:bookworm-slim@sha256:f4b6fc6dc4ba9f20680ef9203df0fc4a5a03f33f7d8e495cb495705b2277de05 AS builder
FROM ghcr.io/astral-sh/uv:bookworm-slim@sha256:2f41ecaee498d7e7ed464bdfb3daccaec3ef3569778a1b5254ed433597422355 AS builder
# Layer taken from: https://www.joshkasuboski.com/posts/distroless-python-uv/

# UV Flags
Expand Down