Skip to content

Commit

Permalink
build: disable repo tagging for devcontainers, for ddev#6613 (ddev#6625)
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev authored Oct 21, 2024
1 parent a6d7d23 commit fddf8c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/devcontainer-feature-release.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ jobs:
publish-features: "true"
base-path-to-features: "./containers/devcontainers"
devcontainer-cli-version: "0.53.0"
disable-repo-tagging: "true"

push-gitpod-base:
name: Push ddev-gitpod-base docker image
Expand Down Expand Up @@ -417,4 +418,3 @@ jobs:
set -x
make push VERSION="${GITHUB_REF##*/}" DOCKER_ORG=${DOCKER_ORG}
popd >/dev/null

0 comments on commit fddf8c8

Please sign in to comment.