Skip to content

Commit

Permalink
ci: Docker publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 6, 2024
1 parent c72487d commit dc1c585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:

# For now, we only publish fcli-scratch image, but we do build the other images just for testing
docker-linux:
needs: [native_linux]
needs: [build, native_linux]
runs-on: ubuntu-latest
env:
DOCKER_SRC: fcli-other/fcli-docker/linux
Expand Down

0 comments on commit dc1c585

Please sign in to comment.