diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecbfd7043..ed86660ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,12 +67,11 @@ jobs: - name: Coverage report run: mix coveralls.post --token ${{ secrets.COVERALLS_REPO_TOKEN }} --name 'github-actions' --branch ${{ github.ref }} --committer ${{ github.actor }} --sha ${{ github.sha }} - - uses: docker/build-push-action@v4 + - uses: docker/build-push-action@v1 if: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' }} with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} repository: mirego/accent - platforms: linux/amd64,linux/arm64 tag_with_ref: true push: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' }}