Skip to content

Commit 477e8c3

Browse files
author
Kamil Wąż
committed
wip
1 parent 768bf5d commit 477e8c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
needs:
5656
- test
5757
- integration_test
58-
if: github.ref == 'refs/heads/master'
58+
# if: github.ref == 'refs/heads/master'
5959
env:
6060
OTP_RELEASE: 27.3
6161
steps:

ci/build_and_push_docker_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ echo "ERLANG/OTP ${otp_vsn}"
1010

1111
docker buildx build --platform linux/amd64,linux/arm64 \
1212
--target prod --push --build-arg otp_vsn \
13-
-t erlangsolutions/amoc-arsenal-xmpp:latest .
13+
-t erlangsolutions/amoc-arsenal-xmpp:test .

0 commit comments

Comments
 (0)