Skip to content

Image proxy - use /start_upload instead of limit in Blogs code (limit… #830

Image proxy - use /start_upload instead of limit in Blogs code (limit…

Image proxy - use /start_upload instead of limit in Blogs code (limit… #830

Workflow file for this run

name: Build beta
on:
push:
branches: beta
jobs:
beta:
runs-on: ubuntu-latest
steps:
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/build-push-action@v4
with:
build-args: SOURCE_COMMIT=$SOURCE_COMMIT
file: ./Dockerfile
push: true
tags: testuigolos/blogs:beta