This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
build(deps): update rubocop requirement from ~> 1.62.0 to ~> 1.63.2 #659
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: Botway Docker CI | |
on: | |
push: | |
branches: | |
- main | |
env: | |
BW_SECRET_KEY: ${{ secrets.BW_SECRET_KEY }} | |
jobs: | |
build-docker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Login to Docker Hub | |
uses: docker/login-action@v1 | |
with: | |
username: ${{ secrets.DOCKER_ID }} | |
password: ${{ secrets.DOCKER_TOKEN }} | |
- name: Set up Task | |
uses: arduino/setup-task@v1 | |
- name: Build All Tags | |
run: task docker |