diff options
| author | Marie <marie@kaifa.ch> | 2023-10-01 03:26:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-01 03:26:53 +0200 |
| commit | 01c88911b23af8e1edcfba0481947b4b57f83b09 (patch) | |
| tree | 2ae66d14c0b4d2b0da7f90716f06939d5125cf89 /.github/workflows/docker.yml | |
| parent | Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop (diff) | |
| download | sharkey-01c88911b23af8e1edcfba0481947b4b57f83b09.tar.gz sharkey-01c88911b23af8e1edcfba0481947b4b57f83b09.tar.bz2 sharkey-01c88911b23af8e1edcfba0481947b4b57f83b09.zip | |
fix(ci): fix auto pushing on stable build
Diffstat (limited to '.github/workflows/docker.yml')
| -rw-r--r-- | .github/workflows/docker.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index db2bc7faa4..502ac93b6b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -50,6 +50,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push to GHCR + id: build uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} |