chore(deps): update docker/login-action action to v3 #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dummy workflow | |
on: | |
push: | |
branches: | |
- main | |
- master | |
- renovate/** | |
pull_request: | |
jobs: | |
dumy: | |
name: Build and push image | |
runs-on: ubuntu-latest | |
steps: | |
- run: | | |
echo This workflow exists always gracefully so that renovate reads the success | |
echo and merge all updates automatically. | |
exit 0 |