Skip to content

Updates: fix GitHub actions - (v0.2.0) #1

Updates: fix GitHub actions - (v0.2.0)

Updates: fix GitHub actions - (v0.2.0) #1

Workflow file for this run

name: Publish Intasend-rs Docs Image
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
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 }}