Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
fix: invocation correction
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Mar 8, 2024
1 parent 052818d commit ac54b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Push image to the Container registry
run: |
set -x
for x in 15 16 orioledb-16; do
for x in 15 16 orioledb_16; do
nix build .#psql_$x/docker.copyToRegistry
done

0 comments on commit ac54b59

Please sign in to comment.