feat(ci): Add Docker image build step

This commit is contained in:
christiangoeschel 2025-02-27 01:42:22 -05:00
parent 84c1d353c2
commit 7e82029565
Signed by: christiangoeschel
GPG Key ID: 9C5DF8B5AF67BFB2

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
version_tag: ${{ steps.versioning.outputs.VERSION_TAG }}
steps:
- name: Checkout repository
uses: actions/checkout@v4