2024-02-04 00:43:32 +00:00
|
|
|
steps:
|
2024-02-04 03:32:13 +00:00
|
|
|
- name: publish
|
2024-02-04 02:01:53 +00:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
2024-02-04 03:28:33 +00:00
|
|
|
repo: franc00018/point-median-backend
|
2024-02-04 02:01:53 +00:00
|
|
|
tags: latest
|
2024-02-04 03:28:33 +00:00
|
|
|
username:
|
|
|
|
from_secret: dockerhub_username
|
2024-02-04 02:01:53 +00:00
|
|
|
password:
|
2024-02-04 03:28:33 +00:00
|
|
|
from_secret: dockerhub_password
|