Skip to content

Commit

Permalink
fix docker publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Dec 21, 2020
1 parent fe3825b commit 52800a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
RELEASE_VERSION="${GITHUB_REF##*/}"
docker buildx build --push \
--build-arg CASSANDRA_VERSION=3.11.7
--build-arg CASSANDRA_VERSION=3.11.7 \
--tag datastax/cassandra-mgmtapi-3_11_7:$RELEASE_VERSION \
--file Dockerfile-oss \
--target oss311 \
Expand All @@ -74,7 +74,7 @@ jobs:
run: |
RELEASE_VERSION="${GITHUB_REF##*/}"
docker buildx build --push \
--build-arg CASSANDRA_VERSION=3.11.8
--build-arg CASSANDRA_VERSION=3.11.8 \
--tag datastax/cassandra-mgmtapi-3_11_8:$RELEASE_VERSION \
--file Dockerfile-oss \
--target oss311 \
Expand All @@ -83,7 +83,7 @@ jobs:
run: |
RELEASE_VERSION="${GITHUB_REF##*/}"
docker buildx build --push \
--build-arg CASSANDRA_VERSION=3.11.9
--build-arg CASSANDRA_VERSION=3.11.9 \
--tag datastax/cassandra-mgmtapi-3_11_9:$RELEASE_VERSION \
--file Dockerfile-oss \
--target oss311 \
Expand Down

0 comments on commit 52800a1

Please sign in to comment.