Skip to content

Commit

Permalink
updated docker/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
ugosan committed Nov 11, 2022
1 parent c108768 commit 68d0930
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v3
with:
images: ugosan/logshark

- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3.2.0
with:
context: .
push: true
Expand Down

0 comments on commit 68d0930

Please sign in to comment.