Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mielverkerken authored Jul 10, 2024
1 parent 3a59a1e commit 4586ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
context: .
file: Dockerfile-slim
push: true
tags: idlab-discover/rustiflow:slim
tags: ghcr.io/idlab-discover/rustiflow:slim

- name: Build and push the Docker image
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
push: true
tags: idlab-discover/rustiflow:slim
tags: ghcr.io/idlab-discover/rustiflow:slim

0 comments on commit 4586ac8

Please sign in to comment.