Skip to content

Bump actions/checkout from 3.6.0 to 4.0.0 (#18) #36

Bump actions/checkout from 3.6.0 to 4.0.0 (#18)

Bump actions/checkout from 3.6.0 to 4.0.0 (#18) #36

Workflow file for this run

name: Build and publish new containers
on:
push:
branches: [master]
jobs:
ludwig:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/[email protected]
with:
push: true
context: ludwig
platforms: linux/amd64,linux/arm64,linux/arm
tags: chrissx/ludwig:latest
simon:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/[email protected]
with:
push: true
context: simon
platforms: linux/amd64
tags: chrissx/simon:latest
ali:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/[email protected]
with:
push: true
context: ali
platforms: linux/amd64,linux/arm64,linux/arm
tags: chrissx/ali:latest