We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde5e95 commit c334e5fCopy full SHA for c334e5f
.github/workflows/docker-base.yaml
@@ -13,6 +13,8 @@ on:
13
# frequently to ensure that packages are up-to-date.
14
- cron: "43 9 * * 1,3,5"
15
16
+ workflow_dispatch:
17
+
18
# Avoid running multiple jobs for the same commit.
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.ref }}-docker-base
.github/workflows/release.yaml
@@ -164,6 +164,8 @@ jobs:
164
id: image-base-tag
165
run: |
166
set -euo pipefail
167
+ echo "tag=ghcr.io/coder/coder-base:${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
168
+ exit 0
169
if [[ "${CODER_RELEASE:-}" != *t* ]] || [[ "${CODER_DRY_RUN:-}" == *t* ]]; then
170
# Empty value means use the default and avoid building a fresh one.
171
echo "tag=" >> $GITHUB_OUTPUT
0 commit comments