Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Build and Publish image to Docker Hub #3

Build and Publish image to Docker Hub

Build and Publish image to Docker Hub #3

Workflow file for this run

name: Build and Publish image to Docker Hub
on:
workflow_dispatch:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: nitrrine/stopmalwarecontent-api:latest