chore(deps): update dependency atmos to v1.143.0 #384
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: Toolbox CI | |
on: | |
push: | |
tags: | |
- "v*.*.*" | |
pull_request: | |
branches: | |
- master | |
paths: | |
- "toolbox/**" | |
workflow_dispatch: | |
jobs: | |
image-build: | |
name: Build image | |
uses: hajle-silesia/.github/.github/workflows/[email protected] | |
with: | |
docker-hub-username: ${{ vars.DOCKER_HUB_USERNAME }} | |
docker-hub-namespace: ${{ vars.DOCKER_HUB_NAMESPACE }} | |
dir: toolbox | |
secrets: | |
docker-hub-token: ${{ secrets.DOCKER_HUB_TOKEN }} |