Skip to content

Commit

Permalink
fix add nginx version
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Oct 24, 2024
1 parent 5909f44 commit fb2a7e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,15 @@ jobs:
push: true
tags: |
nicesteven/nexamerchant:${{secrets.DOCKER_VERSION }}
nicesteven/nexamerchant:latest
nicesteven/nexamerchant:latest
labels: ${{ steps.meta.outputs.labels }}
- name: Build Nginx Version Docker image
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile.nginx
push: true
tags: |
nicesteven/nexamerchant:nginx-${{secrets.DOCKER_VERSION }}
nicesteven/nexamerchant:nginx-latest
labels: ${{ steps.meta.outputs.labels }}
File renamed without changes.

0 comments on commit fb2a7e1

Please sign in to comment.