Skip to content

Commit

Permalink
update versions and ignote ci.yml changes in auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahlukus committed Oct 31, 2024
1 parent 1e6c4aa commit 04d4910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build & Push
uses: devcontainers/ci@v0.2
uses: devcontainers/ci@v0.3
with:
push: always
imageName: ghcr.io/rails-lambda/lamby-cookiecutter-devcontainer
Expand All @@ -31,3 +31,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Auto Update
file_pattern: '!.github/workflows/ci.yml'
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ jobs:
if: failure()
with:
name: screenshots
path: ${{ github.workspace }}/tmp/screenshots
path: tmp/screenshots
if-no-files-found: ignore

0 comments on commit 04d4910

Please sign in to comment.