1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-09-08 03:50:36 +02:00

use ubuntu docker file

This commit is contained in:
Andreas Wachter 2023-10-30 07:29:34 +01:00 committed by GitHub
parent 633483a275
commit a7f72fc9ce
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ jobs:
with:
# relative path to the place where source code with Dockerfile is located
context: .
file: Dockerfile.ubuntu
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# build on feature branches, push only on main branch
@ -68,4 +69,4 @@ jobs:
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}