mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23:03 +01:00
6 lines
128 B
Bash
6 lines
128 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
docker push asfernandes/firebird-builder:fb5-x86-ng-v1
|
||
|
docker push asfernandes/firebird-builder:fb5-x64-ng-v1
|