Skip to content

Commit

Permalink
Docker image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 9, 2024
1 parent 6c31148 commit 7e1680a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:

jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,4 +36,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
file: tools/docker/Dockerfile
tags: ${{ env.GITHUB_REF_TYPE == "tag" && env.GITHUB_REF_NAME || 'devel' }}
tags: ${{ env.GITHUB_REF_TYPE == 'tag' && env.GITHUB_REF_NAME || 'devel' }}

0 comments on commit 7e1680a

Please sign in to comment.