Skip to content

Bump aws-partitions from 1.792.0 to 1.793.0 (#575) #428

Bump aws-partitions from 1.792.0 to 1.793.0 (#575)

Bump aws-partitions from 1.792.0 to 1.793.0 (#575) #428

name: docker-hub-push
on:
push:
branches:
- 'main'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: onlyoffice/s3_file_downloader:latest
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}