cicd: fix Test Docker Image step
/ build (push) Has been cancelled

This commit is contained in:
Alek Kim
2026-07-13 14:10:25 +09:00
parent c0884d9978
commit 630a3da90d
2 changed files with 57 additions and 2 deletions
+2 -2
View File
@@ -56,9 +56,9 @@ jobs:
build-args: build-args:
GITEA_VERSION=${{ github.ref_name }} GITEA_VERSION=${{ github.ref_name }}
- name: Test Docker image - name: Test Docker Image
run: | run: |
docker run --rm ${{ steps.meta.outputs.tags }} gitea --version docker run --rm ${{ steps.meta.outputs.tags }} jupyter --version
- name: Push Docker image - name: Push Docker image
uses: docker/build-push-action@v7 uses: docker/build-push-action@v7
+55
View File
@@ -0,0 +1,55 @@
{
"cells": [
{
"cell_type": "code",
"id": "initial_id",
"metadata": {
"collapsed": true,
"ExecuteTime": {
"end_time": "2026-07-10T03:30:25.941558Z",
"start_time": "2026-07-10T03:30:24.762544Z"
}
},
"source": "!python --version",
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Python 3.12.13\r\n"
]
}
],
"execution_count": 1
},
{
"metadata": {},
"cell_type": "code",
"outputs": [],
"execution_count": null,
"source": "",
"id": "bc497cbd630612fd"
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}