This commit is contained in:
parent
5d3c9b4dd8
commit
d247618b34
@ -11,10 +11,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
@ -28,4 +28,4 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: git.pitan.net/${{ github.repository }}:latest
|
||||
tags: git.pitan.net/${{ github.repository.lower() }}:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user