mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-07 10:33:54 +02:00
Building latest docker image
This commit is contained in:
parent
c5b5048e5c
commit
1e03df19b5
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docker-hub.yml
vendored
5
.github/workflows/docker-hub.yml
vendored
|
@ -39,6 +39,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: |
|
||||||
|
${{ steps.meta.outputs.tags }}
|
||||||
|
${{ secrets.DOCKER_USERNAME }}/filesharing:latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue