Skip to content

Updates: updated crate Cargo.toml - bug fixes, refactors & breaking c… #4

Updates: updated crate Cargo.toml - bug fixes, refactors & breaking c…

Updates: updated crate Cargo.toml - bug fixes, refactors & breaking c… #4

Workflow file for this run

name: Publish Intasend-rs Docs Image
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Change Directory to `docs`
run: cd docs
- name: Build and Push Docker Image
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: ranckosolutionsinc/intasend-rs-docs
tags: latest
registry: docker.io
enableBuildKit: true
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}