Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Jan 5, 2024
1 parent b2d3e0e commit 8b74219
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ jobs:
id: lowercase
run: echo "::set-output name=name::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')"

- name: Login to GitHub Container Registry
- name: Login to Docker Hub
if: steps.copa.conclusion == 'success'
id: login
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6
with:
username: 'user'
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker Push Patched Image
if: steps.login.conclusion == 'success'
Expand Down

0 comments on commit 8b74219

Please sign in to comment.