Skip to content

Commit

Permalink
docker push action should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
randygrok committed Jul 8, 2024
1 parent 95ea8e0 commit 2fb6ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Docker image
uses: docker/build-push-action@v2
uses: docker/push-action@v2
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
2 changes: 1 addition & 1 deletion tests/upgrades/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type UpgradeTestSuite struct {
// TestUpgrade0_2_1 tests the upgrade from 0.2.1 to 0.2.2
func (s *UpgradeTestSuite) TestUpgrade0_2_1() {
oldVersion := "v0.2.1-test-only"
newVersion := "v0.2.3"
newVersion := "v0.2.4-rc5"

s.InitChain(oldVersion, "nilliond")

Expand Down

0 comments on commit 2fb6ad7

Please sign in to comment.