Skip to content

Bump the minor-patch group across 1 directory with 8 updates #630

Bump the minor-patch group across 1 directory with 8 updates

Bump the minor-patch group across 1 directory with 8 updates #630

Workflow file for this run

name: docker
on: [push, pull_request]
jobs:
docker:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- run: docker build --pull --no-cache --tag composer/satis --tag ghcr.io/composer/satis .
- if: github.ref == 'refs/heads/main'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- if: github.ref == 'refs/heads/main'
run: docker push composer/satis
- if: github.ref == 'refs/heads/main'
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- if: github.ref == 'refs/heads/main'
run: docker push ghcr.io/composer/satis