Skip to content

Commit

Permalink
use my branch as source
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahlukus committed Oct 14, 2024
1 parent 5a52164 commit 8014566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cc-in-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
context: https://github.com/rails-lambda/lamby-cookiecutter/tree/jlp-docker
platforms: linux/amd64,linux/arm64/v8
push: true
tags: ghcr.io/rails-lambda/lamby-cookiecutter:latest
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.7-alpine
LABEL org.opencontainers.image.source "https://github.com/rails-lambda/lamby-cookiecutter/tree/jlp-docker"
LABEL org.opencontainers.image.source "https://github.com/rails-lambda/lamby-cookiecutter"
LABEL org.opencontainers.image.description "Small Docker image with python cookiecutter installed."
RUN apk add bash git \
&& pip install cookiecutter
WORKDIR /var/task
ENTRYPOINT [ "cookiecutter" ]
ENTRYPOINT [ "cookiecutter" ]

0 comments on commit 8014566

Please sign in to comment.