Skip to content

Commit c334e5f

Browse files
committed
disable protections on github workflows for testing
1 parent dde5e95 commit c334e5f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/docker-base.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
# frequently to ensure that packages are up-to-date.
1414
- cron: "43 9 * * 1,3,5"
1515

16+
workflow_dispatch:
17+
1618
# Avoid running multiple jobs for the same commit.
1719
concurrency:
1820
group: ${{ github.workflow }}-${{ github.ref }}-docker-base

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ jobs:
164164
id: image-base-tag
165165
run: |
166166
set -euo pipefail
167+
echo "tag=ghcr.io/coder/coder-base:${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
168+
exit 0
167169
if [[ "${CODER_RELEASE:-}" != *t* ]] || [[ "${CODER_DRY_RUN:-}" == *t* ]]; then
168170
# Empty value means use the default and avoid building a fresh one.
169171
echo "tag=" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)