Drazzilb08 / daps

DAPS (Drazzilb's Arr PMM Scripts) A collection of useful scripts for media management and automation
MIT License
152 stars 31 forks source link

Docker container in dev tag remains on v1.2.3 #198

Open christophedc0 opened 1 day ago

christophedc0 commented 1 day ago

Hi,

The docker image was successfully updated to the newest version, 4 days ago. However it keeps mentioning in the container v1.2.3 instead of v1.2.4 which is now available. Docker remove image was done prior to this.

I would assume that dev is always ahead of latest branch, so I think the version number was not updated in dev branch?

Dev branch:

 docker pull drazzilb08/daps:dev
dev: Pulling from drazzilb08/daps
Digest: sha256:cc2a647a1b5cdc7d98cbf87f5d52fbc045582ad9ed0d06bc3962bbdbdbc15523
Status: Image is up to date for drazzilb08/daps:dev
docker.io/drazzilb08/daps:dev
docker logs daps

---------------------------------------------------------
     _____          _____   _____ 
    |  __ \   /\   |  __ \ / ____|
    | |  | | /  \  | |__) | (___  
    | |  | |/ /\ \ |  ___/ \___ \ 
    | |__| / ____ \| |     ____) |
    |_____/_/    \_\_|    |_____/ 
     (Drazzilb's Arr PMM Scripts)

        PUID:           911
        PGID:           65536
        UMASK:          000
        BRANCH:         dev
        VERSION:        1.2.3
        CONFIG_DIR:     /config
        RCLONE_CONFIG:  /config/rclone/rclone.conf
        APPDATA Path    /appdata
        LOG_DIR:        /config/logs
---------------------------------------------------------

File config.sample.yml is up to date
Starting daps as root running daps with UID: 911 and GID: 65536

**************************** MAIN Version: 1.2.3 *****************************

Starting the script...
New version available
Current Version: 1.2.3
GitHub Version: 1.2.4
Next version check: Sunday 01:17 PM

latest branch:

docker logs daps

---------------------------------------------------------
     _____          _____   _____ 
    |  __ \   /\   |  __ \ / ____|
    | |  | | /  \  | |__) | (___  
    | |  | |/ /\ \ |  ___/ \___ \ 
    | |__| / ____ \| |     ____) |
    |_____/_/    \_\_|    |_____/ 
     (Drazzilb's Arr PMM Scripts)

        PUID:           911
        PGID:           65536
        UMASK:          000
        BRANCH:         refs/tags/v1.2.4
        VERSION:        1.2.4
        CONFIG_DIR:     /config
        RCLONE_CONFIG:  /config/rclone/rclone.conf
        APPDATA Path    /appdata
        LOG_DIR:        /config/logs
---------------------------------------------------------

File config.sample.yml is up to date
Starting daps as root running daps with UID: 911 and GID: 65536

**************************** MAIN Version: 1.2.4 *****************************

Starting the script...
Next version check: Sunday 01:17 PM
christophedc0 commented 1 day ago

Update with info from Elbulus on discord. https://discord.com/channels/492590071455940612/1196115703204421745/1309883877703155713

Dev branch appears to have failed building (red mark instead of green) https://github.com/Drazzilb08/daps/actions/runs/11905599736/job/33176356357