Skip to content

Commit

Permalink
Create testdocker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikedupont2 authored Jan 8, 2025
1 parent 2552b1b commit 41fb97a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/testdocker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: test docker auth
on:
workflow_dispatch:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: meta-introspector/login-action@v3
with:
username: ${{ vars.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 comments on commit 41fb97a

Please sign in to comment.