summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2025-04-12 15:45:32 +0200
committerJesper Jensen <jesper@jnsn.dev>2025-04-12 15:45:32 +0200
commite8015a57dea82841fad29628566b1c78e3dbb14f (patch)
treeff1e5987923dc0ce7b28ddfa501e599b511dbf7e
parent9b72016e761f9ec45075d2451e9c5677f3ba841d (diff)
Make the tag handling more annoying again
The nicer push handling is apparently a podman only thing
-rw-r--r--.github/workflows/docker-image.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml
index a0e6c1b..0775727 100644
--- a/.github/workflows/docker-image.yml
+++ b/.github/workflows/docker-image.yml
@@ -20,5 +20,7 @@ jobs:
- name: Push the image
run: |
- docker push app ghcr.io/delusionallogic/dht:1.${{ github.run_number }}
+ docker tag app ghcr.io/delusionallogic/dht:1.${{ github.run_number }}
+ docker push ghcr.io/delusionallogic/dht:1.${{ github.run_number }}
+ docker tag app ghcr.io/delusionallogic/dht:latest
docker push app ghcr.io/delusionallogic/dht:latest