Skip to content

Commit

Permalink
use ubuntu docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperspencer authored Oct 30, 2023
1 parent 633483a commit a7f72fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ 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
push: ${{ github.event_name != 'pull_request' }}
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 }}

0 comments on commit a7f72fc

Please sign in to comment.