Skip to content

Commit

Permalink
feat: 💚 finalize CI build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Jan 4, 2024
1 parent bf89a5d commit 57c66ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manually-build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:

jobs:
docker-build-push:
name: Build & Publish ${{ matrix.docker.name }} to Docker Hub
name: ${{ matrix.docker.name }} Build & Publish to Docker Hub
strategy:
matrix:
docker:
Expand All @@ -46,7 +46,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
- name: Build & Publish
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 57c66ec

Please sign in to comment.