1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-11-08 12:09:18 +01: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

@ -61,6 +61,7 @@ jobs:
with: with:
# relative path to the place where source code with Dockerfile is located # relative path to the place where source code with Dockerfile is located
context: . context: .
file: Dockerfile.ubuntu
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
# build on feature branches, push only on main branch # build on feature branches, push only on main branch