Skip to content

Commit

Permalink
Use org secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryangr0 committed Jun 15, 2024
1 parent 2269100 commit 9fa53b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/traefik-local-development-mkcert.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and push webgrip/traefik-local-development-mkcert:latest

on: workflow_dispatch
on:
workflow_dispatch:

jobs:
build-and-push:
Expand All @@ -18,8 +19,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build and push
id: docker_build
Expand Down

0 comments on commit 9fa53b4

Please sign in to comment.