We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
latest
1 parent 1485e43 commit 7337234Copy full SHA for 7337234
.github/workflows/ci.yml
@@ -24,6 +24,10 @@ jobs:
24
docker build -t opensourcecobol/opensourcecobol4j:"$version_string_prefix"-debug . \
25
--build-arg opensource_COBOL_4J_version="$opensource_COBOL_4J_version" \
26
--build-arg Open_COBOL_ESQL_4J_version="$Open_COBOL_ESQL_4J_version"
27
+
28
+ - name: Copy Docker image
29
+ run: |
30
+ docker tag opensourcecobol/opensourcecobol4j:"$version_string_prefix"-debug opensourcecobol/opensourcecobol4j:"$version_string_prefix"-debug-latest
31
32
- name: Login to Docker Hub
33
if: github.ref == 'refs/heads/y-sakamoto/auto-deploy' && github.event_name == 'push'
0 commit comments