auto push images to docker hub

This commit is contained in:
daozhao chen 2023-04-28 09:08:22 +00:00
parent e2bb782e40
commit 246d1b0982

View file

@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
name: ${{ matrix.profile }}
steps:
- name: Build the docker images.
- name: Git checkout the code.
uses: actions/checkout@v3
- name: Build the docker images.
run: docker compose --profile ${{ matrix.profile }} build --progress plain