Skip to content

Refactor job_indexer_arch.py for improved readability and added CPU a… #47

Refactor job_indexer_arch.py for improved readability and added CPU a…

Refactor job_indexer_arch.py for improved readability and added CPU a… #47

Workflow file for this run

name: Build ATLAS WFMS image
on:
push:
branches:
- "master"
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Docker Build & Push Action
uses: mr-smithers-excellent/[email protected]
with:
image: atlasanalyticsservice/wfms
tags: latest, ${{ github.sha }}
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}