Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/root-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Docker Build and Push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

## Setup environment variables
- name: Set branch name as Docker image tag
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# name: Update template
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v5
# - uses: actions/checkout@v6
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
# - name: Install Coder CLI
Expand Down