You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-monero-node/.github/workflows/publish.yaml

16 lines
305 B
YAML

name: publish images
on:
push:
branches: main
jobs:
login:
runs-on: ubuntu-latest
steps:
-
name: Log into Docker Hub
users: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}