fix: cicd
Docker Build & Publish / build (push) Successful in 1m49s
Docker Build & Publish / push (push) Successful in 13s
Docker Build & Publish / Prune old image versions (push) Successful in 1s

This commit is contained in:
Senko-san
2026-06-07 21:31:50 +03:00
parent af0d8e7646
commit 451dbb94a8
+2 -2
View File
@@ -46,7 +46,7 @@ jobs:
outputs: type=docker,dest=/tmp/image.tar outputs: type=docker,dest=/tmp/image.tar
- name: Upload image artifact - name: Upload image artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: docker-image name: docker-image
path: /tmp/image.tar path: /tmp/image.tar
@@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Download image artifact - name: Download image artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: docker-image name: docker-image
path: /tmp path: /tmp