Skip to content

Commit

Permalink
Merge pull request #606 from achrefbensaad/fix-ci
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
achrefbensaad authored Nov 24, 2022
2 parents e2bd31c + c0c8f01 commit 5236a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/push_knoxautopolicy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ ! -z $1 ]; then
fi

echo "[INFO] Pushing $REPO:$VERSION"
docker buildx build --platform $PLATFORMS --push -t $REPO:$VERSION -f $AUTOPOL_SRC_HOME/build/Dockerfile.autopol $STABLE_VERSION $LABEL .
docker buildx build --platform $PLATFORMS --push -t $REPO:$VERSION -f $AUTOPOL_SRC_HOME/build/Dockerfile.autopol $STABLE_LABEL $LABEL .

if [ $? != 0 ]; then
echo "[FAILED] Failed to push $REPO:$VERSION"
Expand Down

0 comments on commit 5236a34

Please sign in to comment.