Skip to content

Commit

Permalink
dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu committed Mar 4, 2024
1 parent 9f8e4ce commit a583b0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# TODO: v0.21.x will be the last version we publish our images to Docker Hub. Update Docker
# publish workflow to stop publishing to Docker Hub just before v0.22.0 comes out.
# https://github.com/turbot/steampipe/issues/3327
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var steampipeVersion = "0.22.0"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var prerelease = "dev.0"
var prerelease = "dev.3"

// SteampipeVersion is an instance of semver.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
Expand Down

0 comments on commit a583b0b

Please sign in to comment.