Skip to content

Commit

Permalink
fix: push pipeline (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmeds authored Jun 21, 2024
1 parent 253fd24 commit b9e5b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
tags:
- "v*"

jobs:
jobs:
build:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -43,7 +43,7 @@ on:
- name: Docker Login
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Docker Metadata action
Expand Down

0 comments on commit b9e5b3d

Please sign in to comment.