Skip to content

Commit

Permalink
feat: Setup docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hokhacminhtri committed Jul 31, 2024
1 parent 245e211 commit 4c0d1e6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish Docker image

env:
DOCKER_ID: ${{ secrets.DOCKER_ID }}
IMAGE_NAME: lemp
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master

0 comments on commit 4c0d1e6

Please sign in to comment.