Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kstsai authored May 23, 2022
1 parent 7158c1c commit e9602ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Build and push
uses: mr-smithers-excellent/docker-build-push@v5
uses: docker/build-push-action@v2
with:
image: kstsai/terraform-provider-caep
registry: docker.io
Expand Down

1 comment on commit e9602ce

@kstsai
Copy link
Owner Author

@kstsai kstsai commented on e9602ce May 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

encountered same issue described in docker/build-push-action#88
and
"switched to uses: docker/build-push-action@v2 and everything started working again." also true in this repo.

Please sign in to comment.