Skip to content

Commit

Permalink
it's not in current stable, just in nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Mar 29, 2024
1 parent 7e150fc commit ac6cf59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
if: startsWith( github.ref, 'refs/tags/v1')
with:
distribution: goreleaser-pro
version: latest
version: nightly
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.DDEV_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ furies:
skip: '{{ ne .Prerelease "" }}'


dockerhub:
dockerhubs:
- images:
- ddevhq/ddev-webserver
username: "{{ .Env.DOCKERHUB_USERNAME }}"
Expand Down

0 comments on commit ac6cf59

Please sign in to comment.