file_endec 1.0.1

Secure file encryption and decryption from the command line.
Documentation

name: 'Publish file_endec'

on:
  push:
    branches:
      - main
      - master
  workflow_dispatch:

jobs:
  push_to_registry:
    name: Publish (Dockerhub)
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Push to DockerHub
        uses: docker/build-push-action@v1
        with:
          dockerfile: Dockerfile
          username: mverleg
          password: ${{ secrets.DOCKERHUB_TOKEN }}
          repository: mverleg/file-endec
          tags: latest