Skip to content

Commit

Permalink
Reference dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 26, 2024
1 parent 167eb1c commit aa67f10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
runs-on: ubuntu-latest
environment: release
steps:

- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
ref: 'v1.7.4'

- name: build ci image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit aa67f10

Please sign in to comment.